aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/klibc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-01-20 00:16:14 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-01-20 00:16:14 +0100
commit295ea752a7b5d360387dce1876402a07f39fb97e (patch)
treee299fa28315d588f753f934d24d78d379eee0f6e /recipes/klibc
parent9432df5a1c96f7b2e625abba0e011ad45d5aef92 (diff)
downloadopenembedded-295ea752a7b5d360387dce1876402a07f39fb97e.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/klibc')
-rw-r--r--recipes/klibc/klcc-cross_1.5.20.bb3
-rw-r--r--recipes/klibc/klibc.inc3
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}"