summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bash-2.05b/configure.patch0
-rw-r--r--bash/bash-2.05b/make.patch0
-rw-r--r--bash/bash_2.05b.oe25
3 files changed, 0 insertions, 25 deletions
diff --git a/bash/bash-2.05b/configure.patch b/bash/bash-2.05b/configure.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/bash/bash-2.05b/configure.patch
+++ /dev/null
diff --git a/bash/bash-2.05b/make.patch b/bash/bash-2.05b/make.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/bash/bash-2.05b/make.patch
+++ /dev/null
diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe
deleted file mode 100644
index 78cd314863..0000000000
--- a/bash/bash_2.05b.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DEPENDS = "virtual/libc ncurses"
-DESCRIPTION = "An sh-compatible command language interpreter."
-
-SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
- file://${FILESDIR}/make.patch;patch=1 \
- file://${FILESDIR}/configure.patch;patch=1"
-
-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"
-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_prepend () {
- if [ ! -e acinclude.m4 ]; then
- mv aclocal.m4 acinclude.m4
- fi
- support/mkconffiles
-}