summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-10 14:45:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-11 11:35:52 +0100
commit38a09674254e87e0fdcc02ddbb4c18cb391ff282 (patch)
tree84ddc7c5d0636be82833473baa5e0a12b460891e
parentef8d6692528b586434513adc6b76e3f6f17cfd94 (diff)
downloadpoky-38a09674254e87e0fdcc02ddbb4c18cb391ff282.tar.gz
openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
(From OE-Core rev: 4be17f018f8dd0ed576498badc03ee13095b2263) 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 a539c353a0..266210d7c6 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -33,7 +33,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
33# CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps 33# CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps
34# there are other bits in there too but they are picked up by other variable 34# there are other bits in there too but they are picked up by other variable
35# dependencies so it all works out 35# dependencies so it all works out
36do_configure[vardepsexclude] += "CONNFIGUREOPTS" 36oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
37 37
38CFLAGS =+ "-I${S}/include" 38CFLAGS =+ "-I${S}/include"
39 39