[oe-commits] Eric Bénard : elfutils_0.143: fix packages_split

git version control git at git.openembedded.org
Wed May 19 12:09:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e79eb808d574d4f9f022a7483eb5f2936f303635
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e79eb808d574d4f9f022a7483eb5f2936f303635

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed May 19 00:15:33 2010 +0200

elfutils_0.143: fix packages_split

* actually elfutils contains only a link to the libs and the
binaries are in -dev

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/elfutils/elfutils_0.143.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/elfutils/elfutils_0.143.bb b/recipes/elfutils/elfutils_0.143.bb
index 7c0e16e..26c2786 100644
--- a/recipes/elfutils/elfutils_0.143.bb
+++ b/recipes/elfutils/elfutils_0.143.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects."
 SECTION = "base"
 LICENSE = "OSL"
 DEPENDS = "libtool"
+PR = "r1"
 
 inherit autotools
 
@@ -25,3 +26,5 @@ SRC_URI[archive.md5sum] = "06e35c348e78dec58f6aeb51bd397760"
 SRC_URI[archive.sha256sum] = "435c0c8a7ed5ca34ea5ac985041faedf56b21a6cdd24058e3c2f3b5347d238ff"
 SRC_URI[patch.md5sum] = "c211d10508e3494cfce77f5807bbfff2"
 SRC_URI[patch.sha256sum] = "d69dd1c9885752c2b1a00403d1ac2a876268701654a31723123e26ab72be4258"
+
+FILES_${PN} += "${libdir}/libasm-${PV}.so ${libdir}/libdw-${PV}.so ${libdir}/libelf-${PV}.so"





More information about the Openembedded-commits mailing list