diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-07-22 01:38:45 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-07-22 01:38:45 +0200 |
commit | ae681cd212f487b4c38c3c6ef3513550f52c9621 (patch) | |
tree | e0e26cd392470dd3c4c340c65a1610ddee56c6ed | |
parent | cf47f9eb52337d808e6c1e4a35f07e537deb8e55 (diff) |
klibc: bump PR after relocating losetup
-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 5aba9e5d4f..b4c27c9f4a 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 = "r16" +INC_PR = "r17" KLIBC_ARCH = '${TARGET_ARCH}' KLIBC_ARCH_armeb = 'arm' |