diff options
Diffstat (limited to 'libpcap/libpcap_0.8.1.oe')
-rw-r--r-- | libpcap/libpcap_0.8.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe index 2c7a3129a5..988d8876fc 100644 --- a/libpcap/libpcap_0.8.1.oe +++ b/libpcap/libpcap_0.8.1.oe @@ -4,8 +4,8 @@ PRIORITY = "required" DEPENDS = "virtual/libc" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ - file://${FILESDIR}/shared.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1" + file://shared.patch;patch=1 \ + file://configure.patch;patch=1" inherit autotools |