]> code.ossystems Code Review - openembedded-core.git/commitdiff
openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
authorMatthew McClintock <msm@freescale.com>
Tue, 10 Jul 2012 19:45:35 +0000 (14:45 -0500)
committerScott Garman <scott.a.garman@intel.com>
Wed, 18 Jul 2012 17:18:46 +0000 (10:18 -0700)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/openjade/openjade-native_1.3.2.bb

index 5b29c1fda0c4ef8d826697f1ca2fbb6eceb5640b..cd6a5aaf0a31f7a19b4c58a81798dcffffa14f2a 100644 (file)
@@ -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"