Fix apmd, it depends on libtool, not autotools.. and make bash's bindir and sbindir...
authorChris Larson <clarson@kergoth.com>
Fri, 31 Oct 2003 00:15:02 +0000 (00:15 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 31 Oct 2003 00:15:02 +0000 (00:15 +0000)
BKrev: 3fa1a986gve-2KyKXrtJxy3D5osLpg

apmd/apmd_3.2.0.oe
bash/bash_2.05b.oe

index 56c7d00..16b8d3a 100644 (file)
@@ -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
index cb716d3..3c1b0a8 100644 (file)
@@ -7,6 +7,9 @@ SRC_URI = ${GNU_MIRROR}/bash/bash-2.05b.tar.gz \
 
 inherit autotools
 
+bindir=/bin
+sbindir=/sbin
+
 EXTRA_OECONF = --with-curses
 BUILD_CPPFLAGS_append = " -I${S} -I${S}/include"
 BUILD_CFLAGS_append = " -I${S} -I${S}/include"