diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /bison | |
parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) |
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'bison')
-rw-r--r-- | bison/bison-1.875/m4.patch | 0 | ||||
-rw-r--r-- | bison/bison_1.875.oe | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bison/bison-1.875/m4.patch b/bison/bison-1.875/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bison/bison-1.875/m4.patch diff --git a/bison/bison_1.875.oe b/bison/bison_1.875.oe index e69de29bb2..21f773340e 100644 --- a/bison/bison_1.875.oe +++ b/bison/bison_1.875.oe @@ -0,0 +1,7 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/bison/bison-${PV}.tar.bz2 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools |