diff options
Diffstat (limited to 'apmd')
-rw-r--r-- | apmd/apmd_3.2.0.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apmd/apmd_3.2.0.oe b/apmd/apmd_3.2.0.oe index 3ac7d58125..56c7d007a2 100644 --- a/apmd/apmd_3.2.0.oe +++ b/apmd/apmd_3.2.0.oe @@ -14,6 +14,8 @@ SRC_URI_append =" file://${FILESDIR}/make.patch;patch=1" S=${WORKDIR}/apmd-${PV}.orig +inherit autotools + do_compile() { if [ -e ${STAGING_BINDIR}/${TARGET_SYS}-libtool ]; then LIBTOOL=${STAGING_BINDIR}/${TARGET_SYS}-libtool |