diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-05 23:18:18 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-05 23:18:18 +0200 |
commit | 198001c747577cc7c4a70542ae4f25dff6954d94 (patch) | |
tree | 6a675d655f61082f3ce4d26599b346a3e6e99ba0 | |
parent | af33ab24c9a35878da25cfa7a191b34fc807648e (diff) |
linux: 2.6.35 - Insert space at the end of SRC_URI fixes building for machines that do not need additional patches.
-rw-r--r-- | recipes/linux/linux_2.6.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb index 93ebc9f768..5089521d6d 100644 --- a/recipes/linux/linux_2.6.35.bb +++ b/recipes/linux/linux_2.6.35.bb @@ -10,7 +10,7 @@ DEFAULT_PREFERENCE_simone = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \ file://fix.module.loading.16310.patch \ - file://defconfig" + file://defconfig " SRC_URI_append_dockstar = "file://dockstar.patch" |