summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/openjade/openjade-native_1.3.2.bb6
1 files changed, 5 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 f267fc5483..3615ec3721 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -7,7 +7,7 @@ SECTION = "base"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045" 8LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045"
9 9
10PR = "r0" 10PR = "r1"
11 11
12DEPENDS = "opensp-native sgml-common-native" 12DEPENDS = "opensp-native sgml-common-native"
13RDEPENDS_${PN} = "sgml-common" 13RDEPENDS_${PN} = "sgml-common"
@@ -23,6 +23,10 @@ inherit autotools native
23EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \ 23EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
24 --enable-splibdir=${STAGING_LIBDIR}" 24 --enable-splibdir=${STAGING_LIBDIR}"
25 25
26# We need to set datadir explicitly, but adding it to EXTRA_OECONF
27# results in it being specified twice when configure is run.
28CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadir}', '--datadir=${STAGING_DATADIR}/sgml/openjade-${PV}')}"
29
26CFLAGS =+ "-I${S}/include" 30CFLAGS =+ "-I${S}/include"
27 31
28do_install() { 32do_install() {