From ddb8d3de34f809b9c72eb3a2223a74f75eff7911 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Sun, 4 Dec 2011 14:09:14 -0600 Subject: openjade-native_1.3.2.bb: remove CONFIGUREOPTS as vardep for do_configure This variable was being expanded immediately and pulling in paths to the variable dependecies which causes it's sstate-cache to never be reused Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb index 0cce46eca2..18d311e9d5 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb @@ -28,6 +28,11 @@ EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \ # results in it being specified twice when configure is run. CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadir}', '--datadir=${STAGING_DATADIR}/sgml/openjade-${PV}')}" +# CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps +# there are other bits in there too but they are picked up by other variable +# dependencies so it all works out +do_configure[vardepsexclude] += "CONNFIGUREOPTS" + CFLAGS =+ "-I${S}/include" SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst" -- cgit v1.2.3 ltitech-oe.git/refs/?id=2effb68ad7355e7de8417b0042e35692a0bf056c'>refslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2008-03-30zaurus-updater: Teach do_deploy about packaged stagingRichard Purdie1
2007-12-25zaurus-updater: Add support for installing and updating u-boot, disabled by d...Matthias Hentges2
2007-12-23zaurus-updater: use sed -i instead of shuffling files aroundKoen Kooi1
2007-12-23zaurus-updater: Fix spitz kernel install, display PR to the user & beautify H...Matthias Hentges2
2007-12-11zaurus-updater: do not run shell at the end - reboot insteadMarcin Juszkiewicz2
2007-12-10zaurus-updater: fix shell error visible on tosa/poodleMarcin Juszkiewicz2
2007-12-10zaurus-updater: fixed JFFS2: wrong bitmask problems (some code needs to run o...Marcin Juszkiewicz2
2007-12-10updater: reformat (please use space not tabs)Marcin Juszkiewicz1
2007-12-06zaurus-updater: reinstate case-sensitive fixes that got lost in a mergeKoen Kooi2
2007-12-04zaurus-updater: Try to unb0rk the flashing of Akita kernels. Still needs workMatthias Hentges2
2007-11-24merge of '6ac18f3dcd3bdc55e3c6e2b808ce11f25dbd163e'Koen Kooi1
2007-11-23zaurus-updater: fix flashing from case sensitive filesystemsKoen Kooi2
2007-11-23zaurus-updater: Always treat MTD_PART_SIZE as HEX when comparing sizes, thank...Matthias Hentges1
2007-11-23zaurus-updater: fix a typo from the last commitKoen Kooi1
2007-11-23zaurus-updater: have consistent error messagesKoen Kooi2
2007-11-23zaurus-updater: use value from /proc/mtd to get rootfs sizeMarcin Juszkiewicz2
2007-11-23zaurus-updater: remove logs - added by mistakeMarcin Juszkiewicz2
2007-11-22zaurus-updater: dropped spitz one as unified works on spitz (tested by Rolf L...Marcin Juszkiewicz5
2007-11-19zaurus-updater: Unified version for all PXA zaurus models - close #1526Marcin Juszkiewicz6