From: Chris Larson Date: Fri, 31 Oct 2003 00:15:02 +0000 (+0000) Subject: Fix apmd, it depends on libtool, not autotools.. and make bash's bindir and sbindir... X-Git-Tag: Release-2010-05/1~20596 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8264a66413b5f583a272960e2aea78d8554c9032;p=openembedded.git Fix apmd, it depends on libtool, not autotools.. and make bash's bindir and sbindir / prefixed rather than /usr. BKrev: 3fa1a986gve-2KyKXrtJxy3D5osLpg --- 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 diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe index cb716d37ff..3c1b0a8ca4 100644 --- a/bash/bash_2.05b.oe +++ b/bash/bash_2.05b.oe @@ -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"