diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /bash | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'bash')
-rw-r--r-- | bash/bash_2.05b.bb | 0 | ||||
-rw-r--r-- | bash/bash_2.05b.oe | 62 |
2 files changed, 0 insertions, 62 deletions
diff --git a/bash/bash_2.05b.bb b/bash/bash_2.05b.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bash/bash_2.05b.bb diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe deleted file mode 100644 index d5844a5982..0000000000 --- a/bash/bash_2.05b.oe +++ /dev/null @@ -1,62 +0,0 @@ -DESCRIPTION = "An sh-compatible command language interpreter." -HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" -DEPENDS = "ncurses" -SECTION = "base/shell" -LICENSE = "GPL" -PR = "r2" - -SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ - file://bashbug-editor.patch;patch=1;pnum=0 \ - file://deb-bash-config.patch;patch=1 \ - file://deb-examples.patch;patch=1;pnum=0 \ - file://man-arithmetic.patch;patch=1;pnum=0 \ - file://man-fignore.patch;patch=1;pnum=0 \ - file://man-bashrc.patch;patch=1 \ - file://privmode.patch;patch=1 \ - file://various.patch;patch=1 \ - file://report-155436.patch;patch=1;pnum=0 \ - file://bash205b-001.patch;patch=1;pnum=0 \ - file://bash205b-002.patch;patch=1;pnum=0 \ - file://bash205b-003.patch;patch=1;pnum=0 \ - file://bash205b-004.patch;patch=1;pnum=0 \ - file://bash205b-005.patch;patch=1;pnum=0 \ - file://bash205b-006.patch;patch=1;pnum=0 \ - file://bash205b-007.patch;patch=1;pnum=0 \ - file://rl-examples.patch;patch=1;pnum=0 \ - file://rl-inputrc.patch;patch=1 \ - file://rl-del-backspace-policy.patch;patch=1;pnum=0 \ - file://rl-8bit-init.patch;patch=1 \ - file://rl-slow-multibyte.patch;patch=1 \ - file://s390-build.patch;patch=1;pnum=0 \ - file://rbash-manpage.patch;patch=1;pnum=0 \ - file://rbash-login-shell.patch;patch=1 \ - file://execute-cmd.patch;patch=1 \ - file://builtins-shift.patch;patch=1;pnum=0 \ - file://suspend-segfault.patch;patch=1 \ - file://mailcheck.patch;patch=1 \ - file://autofoo.patch;patch=1 \ - file://gcc34.patch;patch=1" - -inherit autotools update-alternatives - -PROVIDES = "virtual/sh" -ALTERNATIVE_NAME = "sh" -ALTERNATIVE_PATH = "${bindir}/bash" - -bindir = "/bin" -sbindir = "/sbin" - -EXTRA_OECONF = "--with-curses" -BUILD_CPPFLAGS_append = " -I${S} -I${S}/include" -BUILD_CFLAGS_append = " -I${S} -I${S}/include" -export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" -export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" -export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" -export CC_FOR_BUILD = "${BUILD_CC}" - -do_configure () { - if [ ! -e acinclude.m4 ]; then - mv aclocal.m4 acinclude.m4 - fi - autotools_do_configure -} |