summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-10 14:45:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 11:16:40 +0100
commitbdebedb6cf1c84e8cb0e5f8605d55b9226003345 (patch)
treecd31b8618284d622fc5e55499acef34ef9cf797c /meta
parentb2b365e8f0db293e7fdf18c5e74eaf2fb3475a4c (diff)
downloadpoky-bdebedb6cf1c84e8cb0e5f8605d55b9226003345.tar.gz
openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
(From OE-Core rev: 6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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
32# CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps 32# CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps
33# there are other bits in there too but they are picked up by other variable 33# there are other bits in there too but they are picked up by other variable
34# dependencies so it all works out 34# dependencies so it all works out
35do_configure[vardepsexclude] += "CONNFIGUREOPTS" 35oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
36 36
37CFLAGS =+ "-I${S}/include" 37CFLAGS =+ "-I${S}/include"
38 38