]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx (2.6.35.3): OE-Core now handles the removal of kxgettext.o
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 17 Jul 2012 15:30:38 +0000 (12:30 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 17 Jul 2012 15:32:15 +0000 (12:32 -0300)
The OE-Core newer bbclass handles the removal of kxgettext.o file so
we remove the handle on the kernel recipe.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb

index c003f39f60818eb4eec6961df176544323cbb195..33582e9830b4285bf861bfc096595a4f390f2f0e 100644 (file)
@@ -4,7 +4,7 @@
 DESCRIPTION = "Linux kernel for imx platforms"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-PR = "r25"
+PR = "r26"
 
 inherit kernel
 COMPATIBLE_MACHINE = "(mxs|mx5)"
@@ -63,9 +63,6 @@ do_install_append() {
        if [ -d include/generated ]; then
                cp include/generated/* $kerneldir/include/generated/
        fi
-
-       # Host architecture object file
-       rm $kerneldir/scripts/kconfig/kxgettext.o
 }
 
 sysroot_stage_all_append() {