summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/openjade/openjade-native_1.3.2.bb')
-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