From 295ea752a7b5d360387dce1876402a07f39fb97e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 20 Jan 2011 00:16:14 +0100 Subject: [PATCH] klibc: move klcc-cross specific patch from klibc.inc to its recipe. * Initial recipe refactoring * Bump INC_PR Signed-off-by: Andrea Adami --- recipes/klibc/klcc-cross_1.5.20.bb | 3 ++- recipes/klibc/klibc.inc | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/klibc/klcc-cross_1.5.20.bb b/recipes/klibc/klcc-cross_1.5.20.bb index ef0144905c..7ec8f3012a 100644 --- a/recipes/klibc/klcc-cross_1.5.20.bb +++ b/recipes/klibc/klcc-cross_1.5.20.bb @@ -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" diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc index 247d7947ad..c5299b5e2d 100644 --- a/recipes/klibc/klibc.inc +++ b/recipes/klibc/klibc.inc @@ -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}" -- 2.39.5