From 198001c747577cc7c4a70542ae4f25dff6954d94 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sun, 5 Sep 2010 23:18:18 +0200 Subject: linux: 2.6.35 - Insert space at the end of SRC_URI fixes building for machines that do not need additional patches. --- recipes/linux/linux_2.6.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3