From: Marcin Juszkiewicz Date: Fri, 8 Aug 2008 07:42:16 +0000 (+0000) Subject: libpcap: fix SRC_URI X-Git-Tag: 2011-1~8477 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12f914d0384d77a86e3f44a9620be31fffdc967e;p=openembedded-core.git libpcap: fix SRC_URI git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5028 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/libpcap/libpcap_0.9.3.bb b/meta/packages/libpcap/libpcap_0.9.3.bb index 5d66687482..eeeb88e49d 100644 --- a/meta/packages/libpcap/libpcap_0.9.3.bb +++ b/meta/packages/libpcap/libpcap_0.9.3.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "libs/network" PR = "r1" -SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz \ +SRC_URI = "http://www.at.tcpdump.org/release/libpcap-${PV}.tar.gz \ file://shared.patch;patch=1" inherit autotools