summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-16 22:32:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-16 22:32:56 +0000
commit1348c62bd2f8bd92b404171bd8e370078940d26a (patch)
tree9301eefe433b3f53308edc0922cf6c3f0ade8381
parent75614468f46b70cc3aa9d9dc88d44e54666219e3 (diff)
Fix the missing quotes round string values.
-rw-r--r--packages/boost/boost_1.32.0.bb20
-rw-r--r--packages/linux/nslu2-kernel.inc6
-rw-r--r--packages/linux/nslu2-kernel_2.6.11-mm4.bb2
-rw-r--r--packages/linux/nslu2-kernel_2.6.11.8.bb2
-rw-r--r--packages/linux/nslu2-kernel_2.6.12.2.bb2
-rw-r--r--packages/linux/nslu2-kernel_2.6.12.bb2
6 files changed, 17 insertions, 17 deletions
diff --git a/packages/boost/boost_1.32.0.bb b/packages/boost/boost_1.32.0.bb
index 1cf399599f..a844fac4cf 100644
--- a/packages/boost/boost_1.32.0.bb
+++ b/packages/boost/boost_1.32.0.bb
@@ -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
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc
index e3dfa1814c..991805e1ab 100644
--- a/packages/linux/nslu2-kernel.inc
+++ b/packages/linux/nslu2-kernel.inc
@@ -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'
diff --git a/packages/linux/nslu2-kernel_2.6.11-mm4.bb b/packages/linux/nslu2-kernel_2.6.11-mm4.bb
index d1c15e2017..e4ac2b5fb9 100644
--- a/packages/linux/nslu2-kernel_2.6.11-mm4.bb
+++ b/packages/linux/nslu2-kernel_2.6.11-mm4.bb
@@ -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
diff --git a/packages/linux/nslu2-kernel_2.6.11.8.bb b/packages/linux/nslu2-kernel_2.6.11.8.bb
index d299119d6f..7a1a1548e5 100644
--- a/packages/linux/nslu2-kernel_2.6.11.8.bb
+++ b/packages/linux/nslu2-kernel_2.6.11.8.bb
@@ -1,3 +1,3 @@
# Kernel for NSLU2
-PR = r0
+PR = "r0"
include nslu2-kernel.inc
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb
index 1ba5305902..8ab9379708 100644
--- a/packages/linux/nslu2-kernel_2.6.12.2.bb
+++ b/packages/linux/nslu2-kernel_2.6.12.2.bb
@@ -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
diff --git a/packages/linux/nslu2-kernel_2.6.12.bb b/packages/linux/nslu2-kernel_2.6.12.bb
index ca24279832..e3e536fe3e 100644
--- a/packages/linux/nslu2-kernel_2.6.12.bb
+++ b/packages/linux/nslu2-kernel_2.6.12.bb
@@ -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