mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
committed by
Richard Purdie
parent
acaf702cf2
commit
f225880ac4
@@ -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*"
|
||||
|
||||
Reference in New Issue
Block a user