diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:08:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:02:55 +0100 |
commit | 4c61c59999c19e452af078c3f0fb2c1825aff5df (patch) | |
tree | a48c88db805d8f7e1bb7beedf4199c45f2c838cd | |
parent | 3db9d865ef7d65e3712eb7f9a659bb31cb3cb75e (diff) | |
download | openembedded-core-4c61c59999c19e452af078c3f0fb2c1825aff5df.tar.gz openembedded-core-4c61c59999c19e452af078c3f0fb2c1825aff5df.tar.bz2 openembedded-core-4c61c59999c19e452af078c3f0fb2c1825aff5df.tar.xz openembedded-core-4c61c59999c19e452af078c3f0fb2c1825aff5df.zip |
sysfsutils: Fall back to default -dbg package
The overriden -dbg package wasn't including all of the associated sources,
fall back to the default -dbg package instead.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index 5343f6446..0b3f04a01 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb @@ -8,7 +8,7 @@ LICENSE_libsysfs = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \ file://cmd/GPL;md5=d41d4e2e1e108554e0388ea4aecd8d27 \ file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz \ file://sysfsutils-2.0.0-class-dup.patch \ @@ -20,8 +20,6 @@ S = "${WORKDIR}/sysfsutils-${PV}" inherit autotools -PACKAGES_prepend = "libsysfs libsysfs-dbg libsysfs-dev " +PACKAGES_prepend = "libsysfs libsysfs-dev " FILES_libsysfs = "${libdir}/*.so.*" FILES_libsysfs-dev = "${libdir}/* ${includedir}" -FILES_libsysfs-dbg = "${libdir}/.debug" -FILES_${PN}-dbg = "${bindir}/.debug" |