[OE-core] [PATCH 05/15] apmd: remove libapm-dev and libapm-staticdev from PACKAGES

Robert Yang liezhi.yang at windriver.com
Fri Apr 10 09:29:57 UTC 2015


There should be only one dev and dbg package.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 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*"
-- 
1.7.9.5




More information about the Openembedded-core mailing list