[oe-commits] Matthew McClintock : openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 10:18:59 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb

Author: Matthew McClintock <msm at freescale.com>
Date:   Tue Jul 10 14:45:35 2012 -0500

openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var

Signed-off-by: Matthew McClintock <msm at freescale.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../openjade/openjade-native_1.3.2.bb              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 5b29c1f..cd6a5aa 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -32,7 +32,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
 # 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"
+oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
 
 CFLAGS =+ "-I${S}/include"
 





More information about the Openembedded-commits mailing list