aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-08-12 21:19:44 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-16 15:17:55 +0200
commit5b2b72da34ac529308833a83d0f2c660a7916e83 (patch)
treec41aa5d16837091c73aed61c5395bc7d293f7032 /meta-initramfs/recipes-devtools/klibc/klibc.inc
parent3bb5223270249c26baa9b1882f12f22a156c8552 (diff)
downloadmeta-openembedded-contrib-5b2b72da34ac529308833a83d0f2c660a7916e83.tar.gz
klibc: fix runtime dependencies for shared utils
* and remove bogus dependencies for the static utils * introduced by do_split_packages * bump INC_PR 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.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 7741a585e7..4963a294ca 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 = "r0"
+INC_PR = "r1"
KLIBC_ARCH = '${TARGET_ARCH}'
KLIBC_ARCH_armeb = 'arm'
@@ -47,3 +47,5 @@ do_configure () {
ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux
}
+
+THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})"