diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2016-02-14 12:28:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:46 +0100 |
commit | 807b7c58aeadaef346b0c3331da44a194271fe3b (patch) | |
tree | 7e6e7b044c34a15e2e05c966112096d94e627d2e /meta-initramfs/recipes-devtools/klibc | |
parent | a0d02d55b4336551eefbe727e625e7369e2ac321 (diff) | |
download | meta-openembedded-807b7c58aeadaef346b0c3331da44a194271fe3b.tar.gz |
klibc: fix sh deps ver (PR is needed after PV)
Revert commit dd1ca18 removing ${PR}. Bad idea.
The shared lib could not be found giving this error:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for
klibc-utils-XXX:
* libklibc (= 2.0.4) *
* opkg_install: Cannot install package klibc-utils-XXX.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 33be23c35..65ee8681e 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -48,4 +48,4 @@ KLIBC_ARCH_x86 = "i386" | |||
48 | KLIBC_ARCH_x86-64 = "x86_64" | 48 | KLIBC_ARCH_x86-64 = "x86_64" |
49 | KLIBC_ARCH_powerpc = "ppc" | 49 | KLIBC_ARCH_powerpc = "ppc" |
50 | KLIBC_ARCH_powerpc64 = "ppc64" | 50 | KLIBC_ARCH_powerpc64 = "ppc64" |
51 | THIS_LIBKLIBC = "libklibc (= ${PV})" | 51 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" |