diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-07 12:29:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:19:56 +0100 |
commit | 17bfcbacb0fa6e4641919fd92bcb86c5bb86c761 (patch) | |
tree | 59a988656cda9544ee486f17489e7adf73d8fdc4 /meta | |
parent | 6c966021b957d705e89c442e435e5b4a3f615421 (diff) | |
download | poky-17bfcbacb0fa6e4641919fd92bcb86c5bb86c761.tar.gz |
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.
(From OE-Core rev: 7d342fd04266bedc12706c111c5b83d952566bca)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.176.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.176.bb b/meta/recipes-devtools/elfutils/elfutils_0.176.bb index 75acf59d26..d98457e3f9 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 = "\ | |||
142 | ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \ | 142 | ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \ |
143 | " | 143 | " |
144 | 144 | ||
145 | EXCLUDE_PACKAGES_FROM_SHLIBS = "${PN}-ptest" | 145 | PRIVATE_LIBS_${PN}-ptest = "libdw.so.1 libelf.so.1" |