diff options
Diffstat (limited to 'opensp')
-rw-r--r-- | opensp/opensp-native_1.5.oe | 6 | ||||
-rw-r--r-- | opensp/opensp_1.5.oe | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/opensp/opensp-native_1.5.oe b/opensp/opensp-native_1.5.oe index 30d6045523..df12ad4a64 100644 --- a/opensp/opensp-native_1.5.oe +++ b/opensp/opensp-native_1.5.oe @@ -1,14 +1,14 @@ -DEPENDS = patcher-native +DEPENDS = "patcher-native" RDEPENDS = SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/attributevalue.patch;patch=1 -S = ${WORKDIR}/OpenSP-${PV} +S = "${WORKDIR}/OpenSP-${PV}" inherit autotools native -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV} +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV}" PACKAGES = do_configure () { diff --git a/opensp/opensp_1.5.oe b/opensp/opensp_1.5.oe index ea659bff10..cf01fa7033 100644 --- a/opensp/opensp_1.5.oe +++ b/opensp/opensp_1.5.oe @@ -1,10 +1,10 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/attributevalue.patch;patch=1 -S = ${WORKDIR}/OpenSP-${PV} +S = "${WORKDIR}/OpenSP-${PV}" inherit autotools libtool |