summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/traceroute
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-05 10:51:29 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2015-01-07 13:58:52 -0500
commit6303c3c0de184388febdd60f9cb3f8b3c3522fec (patch)
tree6ac01cf3fbae8868509c8ab0a6f98fb2f3946253 /meta-networking/recipes-support/traceroute
parent95039ef76b586779c1dd03a4bdfb27a4935f8b55 (diff)
downloadmeta-openembedded-6303c3c0de184388febdd60f9cb3f8b3c3522fec.tar.gz
traceroute: update to 2.0.21
Also fix LICENSE to be "or any later version" (as specified in the upstream source headers); both licenses apply so use &. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/traceroute')
-rw-r--r--meta-networking/recipes-support/traceroute/traceroute_2.0.21.bb (renamed from meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.21.bb
index 447667065..9eb667d98 100644
--- a/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
+++ b/meta-networking/recipes-support/traceroute/traceroute_2.0.21.bb
@@ -7,7 +7,7 @@ tool. If you're having network connectivity problems, traceroute will \
7show you where the trouble is coming from along the route." 7show you where the trouble is coming from along the route."
8SECTION = "console/network" 8SECTION = "console/network"
9HOMEPAGE = "http://traceroute.sourceforge.net/" 9HOMEPAGE = "http://traceroute.sourceforge.net/"
10LICENSE = "GPL-2.0 LGPL-2.1" 10LICENSE = "GPL-2.0+ & LGPL-2.1+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" 12 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
13 13
@@ -17,8 +17,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \
17 file://filter-out-the-patches-from-subdirs.patch \ 17 file://filter-out-the-patches-from-subdirs.patch \
18" 18"
19 19
20SRC_URI[md5sum] = "559f104e155e0e14ee0c717776a745fa" 20SRC_URI[md5sum] = "79289adabd6f3ebf9160fc0815ab3150"
21SRC_URI[sha256sum] = "2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271" 21SRC_URI[sha256sum] = "f7ac93ef30b13a587292b8d6a7e2538a65bc978a3a576eab238c392b884e96e0"
22 22
23EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}" 23EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}"
24 24