From: Florian Boor Date: Sun, 5 Sep 2010 21:18:18 +0000 (+0200) Subject: linux: 2.6.35 - Insert space at the end of SRC_URI fixes building for machines that... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198001c747577cc7c4a70542ae4f25dff6954d94;p=openembedded.git linux: 2.6.35 - Insert space at the end of SRC_URI fixes building for machines that do not need additional patches. --- 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"