diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:39:32 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:39:32 +0000 |
commit | e98d89bbb3d39a39ee84c4020295df0127fc3b00 (patch) | |
tree | 8d0b5ee8867cc79227bc45c3070149483becb2de /libpcap | |
parent | c7e8a2d7ae3596a33edc34f11905c5fa8fa9e6d3 (diff) |
Remove unnecessary RDEPENDS.
BKrev: 40b8cad4DWv_Z0n_UaE-mcELVub6pQ
Diffstat (limited to 'libpcap')
-rw-r--r-- | libpcap/libpcap_0.8.3.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpcap/libpcap_0.8.3.oe b/libpcap/libpcap_0.8.3.oe index e43a8e308b..49fcf16403 100644 --- a/libpcap/libpcap_0.8.3.oe +++ b/libpcap/libpcap_0.8.3.oe @@ -1,11 +1,9 @@ DESCRIPTION = "Network Packet Capture Library" SECTION = "libs" PRIORITY = "required" -RDEPENDS = "libc6" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ file://shared.patch;patch=1" - # file://configure.patch;patch=1" inherit autotools |