diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-01 19:20:59 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-01 19:20:59 +0200 |
commit | e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c (patch) | |
tree | f27539801141fe05d8e97c1e9117d2d8610a853b /recipes/klibc/klibc-common.inc | |
parent | 055be8f41f6b82edffa6e3bf596339284f2a93ff (diff) |
klibc: fix packaging
* insmod was removed after klibc_1.5
* dmesg, sync and ls have been added with 1.5.15
* wc and losetup are provided by OpenEmbedded patches
* bump INC_PR and recipe's PR to propagate the changes to klibc-utils
Diffstat (limited to 'recipes/klibc/klibc-common.inc')
-rw-r--r-- | recipes/klibc/klibc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/klibc/klibc-common.inc b/recipes/klibc/klibc-common.inc index 7b7a3cb43e..1f3aab1735 100644 --- a/recipes/klibc/klibc-common.inc +++ b/recipes/klibc/klibc-common.inc @@ -9,7 +9,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/${KLIBC_FETCHDIR}/klibc-${PV S = "${WORKDIR}/klibc-${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" -INC_PR = "r14" +INC_PR = "r15" KLIBC_ARCH = '${TARGET_ARCH}' KLIBC_ARCH_armeb = 'arm' |