[oe-commits] Robert Yang : apmd: remove libapm-dev and libapm-staticdev from PACKAGES

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 21:35:06 UTC 2015


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

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

apmd: remove libapm-dev and libapm-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-bsp/apmd/apmd_3.2.2-14.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index ab7de65..65dd01b 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -74,9 +74,7 @@ do_install() {
 		-e 's, at SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/apmd.service
 }
 
-PACKAGES =+ "libapm libapm-dev libapm-staticdev apm"
+PACKAGES =+ "libapm apm"
 
 FILES_libapm = "${libdir}/libapm${SOLIBS}"
-FILES_libapm-dev = "${libdir}/libapm${SOLIBSDEV} ${includedir} ${libdir}/libapm.la"
-FILES_libapm-staticdev = "${libdir}/libapm.a"
 FILES_apm = "${bindir}/apm*"



More information about the Openembedded-commits mailing list