[oe-commits] Andrea Adami : klibc: move klcc-cross specific patch from klibc. inc to its recipe.

git version control git at git.openembedded.org
Wed Jan 19 23:33:10 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 295ea752a7b5d360387dce1876402a07f39fb97e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=295ea752a7b5d360387dce1876402a07f39fb97e

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jan 20 00:16:14 2011 +0100

klibc: move klcc-cross specific patch from klibc.inc to its recipe.

* Initial recipe refactoring
* Bump INC_PR

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 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 ef01449..7ec8f30 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 247d794..c5299b5 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}"





More information about the Openembedded-commits mailing list