1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

apmd: Convert to use do_install for staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-16 22:35:40 +00:00
parent 2f435dab59
commit 699c0aa37e
-5
View File
@@ -26,11 +26,6 @@ do_compile() {
oe_runmake "LIBTOOL=${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" apm apmd
}
do_stage() {
install -m 0644 apm.h ${STAGING_INCDIR}
oe_libinstall -so libapm ${STAGING_LIBDIR}
}
do_install() {
install -d ${D}${sysconfdir}
install -d ${D}${sysconfdir}/apm