aboutsummaryrefslogtreecommitdiffstats
path: root/openjade/openjade-native_1.3.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openjade/openjade-native_1.3.2.oe')
-rw-r--r--openjade/openjade-native_1.3.2.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/openjade/openjade-native_1.3.2.oe b/openjade/openjade-native_1.3.2.oe
index 2057832247..31628adb72 100644
--- a/openjade/openjade-native_1.3.2.oe
+++ b/openjade/openjade-native_1.3.2.oe
@@ -1,24 +1,24 @@
-DEPENDS = patcher-native opensp-native sgml-common-native
+DEPENDS = "patcher-native opensp-native sgml-common-native"
RDEPENDS =
SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
-S = ${WORKDIR}/openjade-${PV}
+S = "${WORKDIR}/openjade-${PV}"
inherit autotools native
-FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openjade-${PV}
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openjade-${PV}"
PACKAGES =
EXTRA_OECONF = '--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
--enable-splibdir=${STAGING_LIBDIR}'
-acpaths=-I ${S}/config
+acpaths = "-I ${S}/config"
CFLAGS_prepend='-I${S}/include'
do_configure () {
oe_runconf
}
-SOV=0.0.1
+SOV = "0.0.1"
do_stage () {
install -m 0755 ${S}/jade/.libs/openjade ${STAGING_BINDIR}/openjade
install -m 0755 ${S}/style/.libs/libostyle.lai ${STAGING_LIBDIR}/libostyle.la