diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-31 00:15:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-31 00:15:02 +0000 |
commit | 8264a66413b5f583a272960e2aea78d8554c9032 (patch) | |
tree | 4ae7e7fd10709686b900768842e35c30535e4fc3 /apmd | |
parent | 40eac82fa0964a0421d7d740f56f209130f01042 (diff) |
Fix apmd, it depends on libtool, not autotools.. and make bash's bindir and sbindir / prefixed rather than /usr.
BKrev: 3fa1a986gve-2KyKXrtJxy3D5osLpg
Diffstat (limited to 'apmd')
-rw-r--r-- | apmd/apmd_3.2.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apmd/apmd_3.2.0.oe b/apmd/apmd_3.2.0.oe index 56c7d007a2..16b8d3a6dd 100644 --- a/apmd/apmd_3.2.0.oe +++ b/apmd/apmd_3.2.0.oe @@ -14,7 +14,7 @@ SRC_URI_append =" file://${FILESDIR}/make.patch;patch=1" S=${WORKDIR}/apmd-${PV}.orig -inherit autotools +inherit libtool do_compile() { if [ -e ${STAGING_BINDIR}/${TARGET_SYS}-libtool ]; then |