[oe-commits] [meta-openembedded] 42/141: klibc: fix sh deps ver (PR is needed after PV)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:36 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit ca84467932bd6e3bdc4aa82b1ec4ddb740c3b469
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sun Feb 14 12:28:42 2016 +0100

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 33be23c..65ee868 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"
 KLIBC_ARCH_x86-64 = "x86_64"
 KLIBC_ARCH_powerpc = "ppc"
 KLIBC_ARCH_powerpc64 = "ppc64"
-THIS_LIBKLIBC = "libklibc (= ${PV})"
+THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list