[oe-commits] [openembedded-core] 11/17: elfutils: use PRIVATE_LIBS for the ptest package

git at git.openembedded.org git at git.openembedded.org
Wed Aug 7 18:43:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8778f47da31d86ef13435e65c19b130b1b63e521
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Wed Aug 7 12:29:35 2019 +0200

    elfutils: use PRIVATE_LIBS for the ptest package
    
    EXCLUDE_PACKAGES_FROM_SHLIBS is too broad: it suppresses both generation
    of required and provided shlibs. We need to suppress only the provided shlibs
    (to avoid clashes with the main package providing the same shlibs),
    and run the required shlib dependencies generator as usual.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/elfutils/elfutils_0.176.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.176.bb b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
index 75acf59..d98457e 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.176.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
@@ -142,4 +142,4 @@ INHIBIT_PACKAGE_STRIP_FILES = "\
     ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \
 "
 
-EXCLUDE_PACKAGES_FROM_SHLIBS = "${PN}-ptest"
+PRIVATE_LIBS_${PN}-ptest = "libdw.so.1 libelf.so.1"

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


More information about the Openembedded-commits mailing list