[oe-commits] Robert Yang : sysfsutils: remove libsysfs-dev and libsysfs-staticdev from PACKAGES

git at git.openembedded.org git at git.openembedded.org
Sat Apr 11 22:34:07 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 9b0dd67d88851eaa02144eabaf778a2773ccb2de
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9b0dd67d88851eaa02144eabaf778a2773ccb2de

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Apr 10 02:30:06 2015 -0700

sysfsutils: remove libsysfs-dev and libsysfs-staticdev from PACKAGES

There should be only one dev and dbg package

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
index 1d9c476..b9f40f4 100644
--- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
+++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/sysfsutils-${PV}"
 
 inherit autotools
 
-PACKAGES =+ "libsysfs libsysfs-dev libsysfs-staticdev"
+PACKAGES =+ "libsysfs"
 FILES_libsysfs = "${libdir}/lib*${SOLIBS}"
 FILES_libsysfs-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}"
 FILES_libsysfs-staticdev = "${libdir}/lib*.a"



More information about the Openembedded-commits mailing list