klibc: move klcc-cross specific patch from klibc.inc to its recipe.
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 19 Jan 2011 23:16:14 +0000 (00:16 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 19 Jan 2011 23:16:14 +0000 (00:16 +0100)
* Initial recipe refactoring
* Bump INC_PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/klibc/klcc-cross_1.5.20.bb
recipes/klibc/klibc.inc

index ef01449..7ec8f30 100644 (file)
@@ -3,7 +3,8 @@ PR = "${INC_PR}.2"
 require klibc.inc
 require klibc-checksums_${PV}.inc
 
-SRC_URI += "file://use-env-for-perl.patch"
+SRC_URI += "file://klcc_prefix.patch \
+            file://use-env-for-perl.patch"
 
 DEPENDS = "klibc"
 
index 247d794..c5299b5 100644 (file)
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
 LICENSE = "BSD-ADV"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r3"
+INC_PR = "r4"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
@@ -38,7 +38,6 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
             file://socket.h.patch \
             file://isystem.patch \
             file://getrusage.patch \
-            file://klcc_prefix.patch \
             "
 
 S = "${WORKDIR}/klibc-${PV}"