[oe-commits] Florian Boor : linux: 2.6. 35 - Insert space at the end of SRC_URI fixes building for machines that do not need additional patches .

git version control git at git.openembedded.org
Mon Sep 13 18:10:21 UTC 2010


Module: openembedded.git
Branch: testing
Commit: 198001c747577cc7c4a70542ae4f25dff6954d94
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=198001c747577cc7c4a70542ae4f25dff6954d94

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sun Sep  5 23:18:18 2010 +0200

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 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 93ebc9f..5089521 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"
 





More information about the Openembedded-commits mailing list