Fix the missing quotes round string values.
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 16 Jul 2005 22:32:56 +0000 (22:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 16 Jul 2005 22:32:56 +0000 (22:32 +0000)
packages/boost/boost_1.32.0.bb
packages/linux/nslu2-kernel.inc
packages/linux/nslu2-kernel_2.6.11-mm4.bb
packages/linux/nslu2-kernel_2.6.11.8.bb
packages/linux/nslu2-kernel_2.6.12.2.bb
packages/linux/nslu2-kernel_2.6.12.bb

index 1cf3995..a844fac 100644 (file)
@@ -28,31 +28,31 @@ S = "${WORKDIR}/${BOOST_P}"
 # Make a package for each library, plus -dev and -python
 PACKAGES =
 
-PACKAGES += boost-date-time
+PACKAGES += "boost-date-time"
 FILES_boost-date-time = "${libdir}/libboost_date_time.so.${PV}"
 
-PACKAGES += boost-filesystem
+PACKAGES += "boost-filesystem"
 FILES_boost-filesystem = "${libdir}/libboost_filesystem.so.${PV}"
 
-PACKAGES += boost-prg-exec-monitor
+PACKAGES += "boost-prg-exec-monitor"
 FILES_boost-prg-exec-monitor = "${libdir}/libboost_prg_exec_monitor.so.${PV}"
 
-PACKAGES += boost-program-options
+PACKAGES += "boost-program-options"
 FILES_boost-program-options = "${libdir}/libboost_program_options.so.${PV}"
 
-PACKAGES += boost-regex
+PACKAGES += "boost-regex"
 FILES_boost-regex = "${libdir}/libboost_regex.so.${PV}"
 
-PACKAGES += boost-signals
+PACKAGES += "boost-signals"
 FILES_boost-signals = "${libdir}/libboost_signals.so.${PV}"
 
-PACKAGES += boost-test-exec-monitor
+PACKAGES += "boost-test-exec-monitor"
 FILES_boost-test-exec-monitor = "${libdir}/libboost_test_exec_monitor.so.${PV}"
 
-PACKAGES += boost-thread-mt
+PACKAGES += "boost-thread-mt"
 FILES_boost-thread-mt = "${libdir}/libboost_thread-mt.so.${PV}"
 
-PACKAGES += boost-unit-test-framework
+PACKAGES += "boost-unit-test-framework"
 FILES_boost-unit-test-framework = "${libdir}/libboost_unit_test_framework.so.${PV}"
 
 # Python - remove this and set:
@@ -62,7 +62,7 @@ DEPENDS += "python"
 PYTHON_ROOT = "${STAGING_DIR}/${HOST_SYS}"
 PYTHON_VERSION = "2.4"
 
-PACKAGES += boost-python
+PACKAGES += "boost-python"
 FILES_boost-python = "${libdir}/libboost_python.so.${PV}"
 
 # -dev last to pick up the remaining stuff
index e3dfa18..991805e 100644 (file)
@@ -198,9 +198,9 @@ N2K_PATCHES ?= "\
 
 N2K_SUFFIX ?= "openslug"
 
-SRC_URI  = ${N2K_SRCURI}
-SRC_URI += ${N2K_SRCFILES}
-SRC_URI += ${N2K_PATCHES}
+SRC_URI  = "${N2K_SRCURI}"
+SRC_URI += "${N2K_SRCFILES}"
+SRC_URI += "${N2K_PATCHES}"
 SRC_URI += "file://defconfig"
 
 COMPATIBLE_HOST = 'arm.*-linux'
index d1c15e2..e4ac2b5 100644 (file)
@@ -1,5 +1,5 @@
 # Kernel for NSLU2
-PR = r1
+PR = "r1"
 include nslu2-kernel.inc
 
 # N2K_EXTRA_PATCHES - list of patches to apply (can include
index d299119..7a1a154 100644 (file)
@@ -1,3 +1,3 @@
 # Kernel for NSLU2
-PR = r0
+PR = "r0"
 include nslu2-kernel.inc
index 1ba5305..8ab9379 100644 (file)
@@ -1,5 +1,5 @@
 # Kernel for NSLU2
-PR = r1
+PR = "r1"
 include nslu2-kernel.inc
 
 # N2K_EXTRA_PATCHES - list of patches to apply (can include
index ca24279..e3e536f 100644 (file)
@@ -1,5 +1,5 @@
 # Kernel for NSLU2
-PR = r0
+PR = "r0"
 include nslu2-kernel.inc
 
 # N2K_EXTRA_PATCHES - list of patches to apply (can include