apmd: remove libapm-dev and libapm-staticdev from PACKAGES

There should be only one dev and dbg package.

(From OE-Core rev: 4e6a03256ac527c69022a7136ca5c3cde2a8fc36)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-04-10 02:29:57 -07:00 committed by Richard Purdie
parent acaf702cf2
commit f225880ac4
1 changed files with 1 additions and 3 deletions

View File

@ -74,9 +74,7 @@ do_install() {
-e 's,@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*"