aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-05-13 23:49:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-14 16:02:03 +0200
commit14869e500c1a2f6be4704bf7399435fda00dc34c (patch)
tree73b8a2eaaad9c11d2d811709f6e55bf062e5ef1f /meta-initramfs/recipes-devtools/klibc/klibc.inc
parentd983ea32f125325c6524731d9f8055a3a8155247 (diff)
downloadmeta-openembedded-contrib-14869e500c1a2f6be4704bf7399435fda00dc34c.tar.gz
klibc: upgrade to latest git (pre 2.0)
* remove cherry-picked patch applied in master * remove comments in klcc recipe * remove slashes from paths in klibc recipe * revert involontary oe_runmake install changes * reset INC_PR * v2 removes obolete cleanings wrt headers_install Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index f89af9de65..370659807c 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8
# debugsources.list: No such file or directory:
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INC_PR = "r1"
+INC_PR = "r0"
KLIBC_ARCH = '${TARGET_ARCH}'
KLIBC_ARCH_armeb = 'arm'
@@ -21,7 +21,7 @@ KLIBC_ARCH_i586 = 'i386'
KLIBC_ARCH_i686 = 'i386'
KLIBC_ARCH_pentium = 'i386'
-SRCREV = "c7dedd5d11b075b5e6cecd6aa82b70b748179121"
+SRCREV = "f8e0ad9812f5e3fe0e7006061b1d5f9f67a80325"
SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git"
SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch"
@@ -34,17 +34,16 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
file://wc.patch \
file://prefix.patch \
file://staging.patch \
- file://kernel_3.2__aligned_u64.patch \
"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
'CROSS_COMPILE=${TARGET_PREFIX}' \
- 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}/${exec_prefix}' \
+ 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \
"
do_configure () {
- ln -sf "${STAGING_DIR_TARGET}/${exec_prefix}" linux
+ ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux
}