summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/libpcap/libpcap.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2013-03-05 18:56:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-05 18:00:34 +0000
commit6663b79452bcdd95fc69e1ec853baae6c5297ab2 (patch)
tree27ac797f9f7774802a47803b7bfc0c10c716f02a /meta/recipes-connectivity/libpcap/libpcap.inc
parent1c2d4455a5d2d16d1d7061c5bdb81e32a40e4817 (diff)
downloadpoky-6663b79452bcdd95fc69e1ec853baae6c5297ab2.tar.gz
libpcap: fix description variable
* The variable name was truncated. (From OE-Core rev: 2217176a9e2b9b9ac3b1e42e0feecb2c84d60f49) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/libpcap/libpcap.inc')
-rw-r--r--meta/recipes-connectivity/libpcap/libpcap.inc4
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 @@
1SUMMARY = "Interface for user-level network packet capture" 1SUMMARY = "Interface for user-level network packet capture"
2DESCRIPT = "Libpcap provides a portable framework for low-level network \ 2DESCRIPTION = "Libpcap provides a portable framework for low-level network \
3monitoring. Libpcap can provide network statistics collection, \ 3monitoring. Libpcap can provide network statistics collection, \
4security monitoring and network debugging." 4security monitoring and network debugging."
5HOMEPAGE = "http://www.tcpdump.org/" 5HOMEPAGE = "http://www.tcpdump.org/"
@@ -14,7 +14,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth',
14PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" 14PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4"
15PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" 15PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb"
16 16
17INC_PR = "r4" 17INC_PR = "r5"
18 18
19SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" 19SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
20 20