More syntax changing updates
authorHolger Freyther <zecke@selfish.org>
Sat, 9 Jul 2005 13:15:00 +0000 (13:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 9 Jul 2005 13:15:00 +0000 (13:15 +0000)
packages/abiword/abiword_2.0.14.bb
packages/fakeroot/fakeroot_1.2.13.bb
packages/ffmpeg/ffmpeg_cvs.bb
packages/gpe-gallery/gpe-gallery_0.94.bb
packages/gpe-gallery/gpe-gallery_0.95.bb
packages/gpe-gallery/gpe-gallery_0.96.bb
packages/gpe-mininet/gpe-mininet_0.4.bb
packages/gpe-mininet/gpe-mininet_0.5.bb

index 3cb41d8..2b17edb 100644 (file)
@@ -31,7 +31,7 @@ ${datadir}/AbiSuite-2.0/templates/Memo.awt \
 ${datadir}/AbiSuite-2.0/templates/Press-Release.awt"
 
 #abiword needs this native tool
-export BUILD_CDUMPTOOL=${STAGING_BINDIR}/cdump
+export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
 
 PARALLEL_MAKE=""
 
index e1fd5eb..f141330 100644 (file)
@@ -5,4 +5,4 @@ LICENSE = "GPL"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz"
 
-inherit autotools 
+inherit autotools
index 35fb2ec..88f11bc 100644 (file)
@@ -60,7 +60,7 @@ FILES_libavformat = "${libdir}/libavformat*.so.*"
 FILES_libavformat-dev = "${libdir}/libavformat*.so ${libdir}/libavformat*.la ${libdir}/libavformat*.a"
 
 # We do this because the install program is called with -s which causes it to call "strip" and it then mangles cross compiled stuff..
-PATH_prepend=${CROSS_DIR}/${TARGET_SYS}/bin:
+PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
 
 
 do_configure_prepend() {
index 3c02f0f..4409171 100644 (file)
@@ -12,5 +12,5 @@ FILES_${PN} += "${datadir}/gpe/pixmaps"
 FILES_${PN} += "${datadir}/application-registry"
 
 DESCRIPTION = "GPE image viewer application"
-export CVSBUILD = no
+export CVSBUILD = "no"
 
index 3c02f0f..4409171 100644 (file)
@@ -12,5 +12,5 @@ FILES_${PN} += "${datadir}/gpe/pixmaps"
 FILES_${PN} += "${datadir}/application-registry"
 
 DESCRIPTION = "GPE image viewer application"
-export CVSBUILD = no
+export CVSBUILD = "no"
 
index 51d6e56..4a6a18a 100644 (file)
@@ -11,5 +11,5 @@ FILES_${PN} += "${datadir}/gpe/pixmaps"
 FILES_${PN} += "${datadir}/application-registry"
 
 DESCRIPTION = "GPE image viewer application"
-export CVSBUILD = no
+export CVSBUILD = "no"
 
index 2ed9f76..79b9e7b 100644 (file)
@@ -14,4 +14,4 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
 FILES_${PN} = " ${bindir} ${datadir}/pixmaps ${datadir}/applications"
 FILES_${PN} += " ${datadir}/gpe/pixmaps"
 
-export CVSBUILD=no
+export CVSBUILD="no"
index 8068fc2..3507d4e 100644 (file)
@@ -12,4 +12,4 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
 FILES_${PN} = " ${bindir} ${datadir}/pixmaps ${datadir}/applications"
 FILES_${PN} += " ${datadir}/gpe/pixmaps"
 
-export CVSBUILD=no
+export CVSBUILD="no"