[oe-commits] Richard Purdie : linux-yocto-3.0: Apply slang workaround fixing perf builds to 3.0 kernels too

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 22:34:22 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6b4ed64c04bbeb019192a7db1f77cfd002281be4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6b4ed64c04bbeb019192a7db1f77cfd002281be4

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug  7 22:21:22 2012 +0000

linux-yocto-3.0: Apply slang workaround fixing perf builds to 3.0 kernels too

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/linux/linux-yocto_3.0.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 2adbc46..3022f21 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -24,6 +24,8 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
+SRC_URI += "file://noslang.patch"
+
 COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
 
 # Functionality flags





More information about the Openembedded-commits mailing list