aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-31 00:15:02 +0000
committerChris Larson <clarson@kergoth.com>2003-10-31 00:15:02 +0000
commit8264a66413b5f583a272960e2aea78d8554c9032 (patch)
tree4ae7e7fd10709686b900768842e35c30535e4fc3 /bash
parent40eac82fa0964a0421d7d740f56f209130f01042 (diff)
downloadopenembedded-8264a66413b5f583a272960e2aea78d8554c9032.tar.gz
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 'bash')
-rw-r--r--bash/bash_2.05b.oe3
1 files changed, 3 insertions, 0 deletions
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"