aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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:32 +0000
commit2217176a9e2b9b9ac3b1e42e0feecb2c84d60f49 (patch)
tree50945ca7cee8c00bc3dd28f675695baffdb116f2 /meta
parentf477717a6e9b5820b6e6e505d64adb5d3a64abc7 (diff)
downloadopenembedded-core-2217176a9e2b9b9ac3b1e42e0feecb2c84d60f49.tar.gz
libpcap: fix description variable
* The variable name was truncated. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@
SUMMARY = "Interface for user-level network packet capture"
-DESCRIPT = "Libpcap provides a portable framework for low-level network \
+DESCRIPTION = "Libpcap provides a portable framework for low-level network \
monitoring. Libpcap can provide network statistics collection, \
security monitoring and network debugging."
HOMEPAGE = "http://www.tcpdump.org/"
@@ -14,7 +14,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth',
PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4"
PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"