From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- openjade/openjade-native_1.3.2.oe | 10 +++++----- openjade/openjade_1.3.2.oe | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'openjade') 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 diff --git a/openjade/openjade_1.3.2.oe b/openjade/openjade_1.3.2.oe index e127c3d4f8..ae52f10739 100644 --- a/openjade/openjade_1.3.2.oe +++ b/openjade/openjade_1.3.2.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc opensp -RDEPENDS = libc6 opensp sgml-common +DEPENDS = "virtual/libc opensp" +RDEPENDS = "libc6 opensp sgml-common" SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 @@ -8,13 +8,13 @@ inherit autotools libtool 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_prepend () { mv config/configure.in . } -SOV=0.0.1 +SOV = "0.0.1" do_stage () { install -m 0755 ${S}/style/.libs/libostyle.lai ${STAGING_LIBDIR}/libostyle.la install -m 0755 ${S}/style/.libs/libostyle.a ${STAGING_LIBDIR}/libostyle.a -- cgit v1.2.3