diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-05-13 23:49:02 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-14 16:02:03 +0200 |
| commit | 14869e500c1a2f6be4704bf7399435fda00dc34c (patch) | |
| tree | 73b8a2eaaad9c11d2d811709f6e55bf062e5ef1f /meta-initramfs/recipes-devtools/klibc/klibc.inc | |
| parent | d983ea32f125325c6524731d9f8055a3a8155247 (diff) | |
| download | meta-openembedded-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.inc | 9 |
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 | |||
| 10 | # debugsources.list: No such file or directory: | 10 | # debugsources.list: No such file or directory: |
| 11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 12 | 12 | ||
| 13 | INC_PR = "r1" | 13 | INC_PR = "r0" |
| 14 | 14 | ||
| 15 | KLIBC_ARCH = '${TARGET_ARCH}' | 15 | KLIBC_ARCH = '${TARGET_ARCH}' |
| 16 | KLIBC_ARCH_armeb = 'arm' | 16 | KLIBC_ARCH_armeb = 'arm' |
| @@ -21,7 +21,7 @@ KLIBC_ARCH_i586 = 'i386' | |||
| 21 | KLIBC_ARCH_i686 = 'i386' | 21 | KLIBC_ARCH_i686 = 'i386' |
| 22 | KLIBC_ARCH_pentium = 'i386' | 22 | KLIBC_ARCH_pentium = 'i386' |
| 23 | 23 | ||
| 24 | SRCREV = "c7dedd5d11b075b5e6cecd6aa82b70b748179121" | 24 | SRCREV = "f8e0ad9812f5e3fe0e7006061b1d5f9f67a80325" |
| 25 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" | 25 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" |
| 26 | 26 | ||
| 27 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" | 27 | 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 \ | |||
| 34 | file://wc.patch \ | 34 | file://wc.patch \ |
| 35 | file://prefix.patch \ | 35 | file://prefix.patch \ |
| 36 | file://staging.patch \ | 36 | file://staging.patch \ |
| 37 | file://kernel_3.2__aligned_u64.patch \ | ||
| 38 | " | 37 | " |
| 39 | 38 | ||
| 40 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
| 41 | 40 | ||
| 42 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ | 41 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ |
| 43 | 'CROSS_COMPILE=${TARGET_PREFIX}' \ | 42 | 'CROSS_COMPILE=${TARGET_PREFIX}' \ |
| 44 | 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}/${exec_prefix}' \ | 43 | 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \ |
| 45 | " | 44 | " |
| 46 | 45 | ||
| 47 | do_configure () { | 46 | do_configure () { |
| 48 | 47 | ||
| 49 | ln -sf "${STAGING_DIR_TARGET}/${exec_prefix}" linux | 48 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux |
| 50 | } | 49 | } |
