diff options
Diffstat (limited to 'meta/recipes-connectivity/libpcap')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index b9c3640ab6..3a08afecce 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Interface for user-level network packet capture" | 1 | SUMMARY = "Interface for user-level network packet capture" |
2 | DESCRIPT = "Libpcap provides a portable framework for low-level network \ | 2 | DESCRIPTION = "Libpcap provides a portable framework for low-level network \ |
3 | monitoring. Libpcap can provide network statistics collection, \ | 3 | monitoring. Libpcap can provide network statistics collection, \ |
4 | security monitoring and network debugging." | 4 | security monitoring and network debugging." |
5 | HOMEPAGE = "http://www.tcpdump.org/" | 5 | HOMEPAGE = "http://www.tcpdump.org/" |
@@ -14,7 +14,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', | |||
14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" | 14 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" |
15 | PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" | 15 | PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" |
16 | 16 | ||
17 | INC_PR = "r4" | 17 | INC_PR = "r5" |
18 | 18 | ||
19 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" | 19 | SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" |
20 | 20 | ||