Random syntax fixes. R_VALUE must be quoted
authorHolger Freyther <zecke@selfish.org>
Mon, 11 Jul 2005 17:04:14 +0000 (17:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 17:04:14 +0000 (17:04 +0000)
packages/scummvm/scummvm-qpe_0.6.1b.bb
packages/settings-daemon/settings-daemon_svn.bb
packages/uclibc/uclibc_0.9.27.bb
packages/update-rc.d/update-rc.d_0.6.bb
packages/update-rc.d/update-rc.d_0.7.bb
packages/upslug/upslug-native_cvs.bb
packages/wlags-modules/kernel-module-wlags49-h1-cs_718.bb
packages/wlags-modules/kernel-module-wlags49-h2-cs_718.bb
packages/xerces-c/xerces-c_2.6.0.bb
packages/zeecookbook/zeecookbook_1.1.bb

index 38fbb16..82623d8 100644 (file)
@@ -1,7 +1,7 @@
 include scummvm.inc 
 DEPENDS = "libsdl-qpe libmad tremor libogg zlib libmpeg2"
 
-S=${WORKDIR}/scummvm-${PV}/
+S="${WORKDIR}/scummvm-${PV}/"
 
 do_compile() {
        oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} -lmpeg2" \
index f0c8ec4..738ebd2 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "gpe"
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
           file://70settings-daemon"
 
-S = ${WORKDIR}/${PN}
+S = "${WORKDIR}/${PN}"
 
 inherit autotools pkgconfig gettext
 
index d7630b7..3f593c5 100644 (file)
@@ -8,12 +8,12 @@ include uclibc.inc
 # packages which relied on it (erroneously - it is defined
 # in include/linux/posix_types.h and is internal) may stop
 # building.  The patch has only been verified on NSLU2 builds.
-PATCH_ipc_h ?=
+PATCH_ipc_h ?= ""
 PATCH_ipc_h_nslu2 = "file://kernel-key-t-ipc.h.patch;patch=1"
 
 SRC_URI += "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \
             file://dyn-ldconfig.patch;patch=1 \
             file://nokernelheadercheck.patch;patch=1"
 SRC_URI += " file://armeb-kernel-stat.h.patch;patch=1"
-SRC_URI += ${PATCH_ipc_h}
+SRC_URI += "${PATCH_ipc_h}"
 S = "${WORKDIR}/uClibc-${PV}"
index cbfc280..ba2f551 100644 (file)
@@ -3,7 +3,7 @@ PRIORITY = "standard"
 DESCRIPTION = "Manage symlinks in /etc/rcN.d"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 LICENSE = "GPL"
-S = ${WORKDIR}/update-rc.d
+S = "${WORKDIR}/update-rc.d"
 PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_6 \
index 20c6f49..ae1cfe8 100644 (file)
@@ -3,7 +3,7 @@ PRIORITY = "standard"
 DESCRIPTION = "Manage symlinks in /etc/rcN.d"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 LICENSE = "GPL"
-S = ${WORKDIR}/update-rc.d
+S = "${WORKDIR}/update-rc.d"
 PR = "r0"
 
 SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7"
index 5d75b6b..097d7a2 100644 (file)
@@ -9,7 +9,7 @@ PRIORITY = "optional"
 LICENSE = "GPL-2"
 
 # Use releases in preference
-DEFAULT_PREFERENCE = -1
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/nslu;method=pserver;module=upslug"
 
index 8fed0b3..c304435 100644 (file)
@@ -1,4 +1,4 @@
-COMPILE_HERMES = 1
+COMPILE_HERMES = "1"
 DESCRIPTION = "A driver from Agera (a card manufacturer) for wireless LAN cards based on Hermes ${COMPILE_HERMES} cards."
 PR = "r1"
 
index e468943..4d48490 100644 (file)
@@ -1,4 +1,4 @@
-COMPILE_HERMES = 2
+COMPILE_HERMES = "2"
 DESCRIPTION = "A driver from Agera (a card manufacturer) for wireless LAN cards based on Hermes ${COMPILE_HERMES} cards."
 PR = "r1"
 
index 8626420..b7207dd 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 MAINTAINER = "Philip Balister philip@balister.org"
 LICENSE = "MIT"
 
-S=${WORKDIR}/xerces-c-src_2_6_0
+S="${WORKDIR}/xerces-c-src_2_6_0"
 
 SRC_URI = "http://www.axint.net/apache/xml/xerces-c/xerces-c-src_2_6_0.tar.gz"
 
index c3ac4a4..c5996f7 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "http://sf.gds.tuwien.ac.at/z/ze/zeecookbook/zeecookbook-1.1.zip \
                file://zeecookbook.patch;patch=1"
 
 S="${WORKDIR}/zeecookbook-1.1/src/zeecookbook"
-QPEDIR=${OPIEDIR}
+QPEDIR="${OPIEDIR}"
 
 inherit palmtop