From: Richard Purdie Date: Mon, 16 Nov 2009 22:35:40 +0000 (+0000) Subject: apmd: Convert to use do_install for staging X-Git-Tag: 2011-1~6772 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=699c0aa37ee24b531a39adc79a765216e0dab125;p=openembedded-core.git apmd: Convert to use do_install for staging Signed-off-by: Richard Purdie --- diff --git a/meta/packages/apmd/apmd_3.2.2.bb b/meta/packages/apmd/apmd_3.2.2.bb index 1706e9c683..ee25c145d3 100644 --- a/meta/packages/apmd/apmd_3.2.2.bb +++ b/meta/packages/apmd/apmd_3.2.2.bb @@ -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