summaryrefslogtreecommitdiff
path: root/bison/bison-1.875.oe
diff options
context:
space:
mode:
Diffstat (limited to 'bison/bison-1.875.oe')
-rw-r--r--bison/bison-1.875.oe12
1 files changed, 0 insertions, 12 deletions
diff --git a/bison/bison-1.875.oe b/bison/bison-1.875.oe
deleted file mode 100644
index 345be212e7..0000000000
--- a/bison/bison-1.875.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DEPENDS = virtual/libc
-RDEPENDS = libc6
-
-SRC_URI = ${GNU_MIRROR}/bison/bison-1.875.tar.bz2
-
-inherit autotools
-
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cat m4/*.m4 >> acinclude.m4
- fi
-}