diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 5 |
1 files changed, 5 insertions, 0 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 6cc6bb5d2b..72f5bb297b 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | |||
@@ -28,6 +28,11 @@ EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \ | |||
28 | # results in it being specified twice when configure is run. | 28 | # results in it being specified twice when configure is run. |
29 | CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadir}', '--datadir=${STAGING_DATADIR}/sgml/openjade-${PV}')}" | 29 | CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadir}', '--datadir=${STAGING_DATADIR}/sgml/openjade-${PV}')}" |
30 | 30 | ||
31 | # CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps | ||
32 | # there are other bits in there too but they are picked up by other variable | ||
33 | # dependencies so it all works out | ||
34 | do_configure[vardepsexclude] += "CONNFIGUREOPTS" | ||
35 | |||
31 | CFLAGS =+ "-I${S}/include" | 36 | CFLAGS =+ "-I${S}/include" |
32 | 37 | ||
33 | SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst" | 38 | SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst" |