diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /openjade/openjade-native_1.3.2.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'openjade/openjade-native_1.3.2.oe')
-rw-r--r-- | openjade/openjade-native_1.3.2.oe | 10 |
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 |