aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-10 14:45:35 -0500
committerScott Garman <scott.a.garman@intel.com>2012-07-18 10:18:46 -0700
commit6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb (patch)
tree0260e0ef9688b7fe55a97180f3596ca7263b6a32
parent679e04a33b6e4569e7a95758ccb10d50931f5d67 (diff)
downloadopenembedded-core-6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb.tar.gz
openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/openjade/openjade-native_1.3.2.bb2
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 5b29c1fda0..cd6a5aaf0a 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"