Add libc to depends for bison & flex.
authorChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 19:31:27 +0000 (19:31 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 19:31:27 +0000 (19:31 +0000)
BKrev: 3f81c30fIqLqQHKD_ay_MrwUGnYESg

bison/bison-1.875.oe
flex/flex-2.5.31.oe

index e69de29..345be21 100644 (file)
@@ -0,0 +1,12 @@
+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
+}
index e69de29..4c7afd6 100644 (file)
@@ -0,0 +1,7 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2 \
+         file://${FILESDIR}/include.patch;patch=1
+
+inherit autotools