vala: fix valac circular dependency
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:02:44 +0000 (08:02 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:02:44 +0000 (08:02 -0800)
commit5081be045a11b3f95e683bad91c05558a6757a13
tree6585f553d6c10a2ecdcd62bd896de4528fe6bb08
parent0dced4923362f9d23d8f139aba25af56237b979f
vala: fix valac circular dependency

Building vala-native randomly failed to build depending on the order
in which files were checked out by git: if the .stamp files happened
to be older than the .vala files, valac would be called to regenerate
the .c files, but that fails without valac.

This would not happen when untarring the pristine upstream source,
but spec2yocto does not support that mode.

The Fix-time-stamp.patch may have been meant to address that, but despite
refreshing it, builds still failed. The new approach is to fix up time stamps
differently for native (do not rebuild source) and target (always rebuild).

Change-Id: I3b8f0e7b275d7032ec460ea15e5f1d1beeec518d
meta-tizen-common-base/recipes-devtools/vala/files/Fix-time-stamp.patch [deleted file]
meta-tizen-common-base/recipes-devtools/vala/vala-extraconf.inc