aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpcap/libpcap_1.0.0.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-15 15:41:53 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-18 19:42:37 +0000
commit5f911bdab63fa06ad74764c4cfd707660fc2af4d (patch)
tree4d2679efe466b2ea8f8a2bf5ead7f50daf5fd510 /recipes/libpcap/libpcap_1.0.0.bb
parent3d701ecb179745aa311f373b4beb13b2f1e2cec6 (diff)
downloadopenembedded-5f911bdab63fa06ad74764c4cfd707660fc2af4d.tar.gz
libpcap_1.0.0.bb : apply patch to fix autoconf 2.64+ problems.
Patch was extracted from libpcap git and refreshed. Have to copy aclocal to acinclude to not lose the new macros when OE overwrites.
Diffstat (limited to 'recipes/libpcap/libpcap_1.0.0.bb')
-rw-r--r--recipes/libpcap/libpcap_1.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/libpcap/libpcap_1.0.0.bb b/recipes/libpcap/libpcap_1.0.0.bb
index 6dfc056930..2ce1bc44cc 100644
--- a/recipes/libpcap/libpcap_1.0.0.bb
+++ b/recipes/libpcap/libpcap_1.0.0.bb
@@ -5,6 +5,11 @@ SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
SRC_URI += "file://aclocal.patch;patch=1"
SRC_URI += "file://ieee80215-arphrd.patch;patch=1"
SRC_URI += "file://ldflags.patch;patch=1"
+SRC_URI += "file://0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch;patch=1"
+
+do_configure_prepend() {
+ cat ${S}/aclocal.m4 >>${S}/acinclude.m4
+}
do_compile () {
oe_runmake