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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user