diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-16 22:32:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-16 22:32:56 +0000 |
commit | 1348c62bd2f8bd92b404171bd8e370078940d26a (patch) | |
tree | 9301eefe433b3f53308edc0922cf6c3f0ade8381 /packages/linux | |
parent | 75614468f46b70cc3aa9d9dc88d44e54666219e3 (diff) |
Fix the missing quotes round string values.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/nslu2-kernel.inc | 6 | ||||
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.11-mm4.bb | 2 | ||||
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.11.8.bb | 2 | ||||
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.2.bb | 2 | ||||
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.bb | 2 |
5 files changed, 7 insertions, 7 deletions
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 |