mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
95039ef76b
commit
6303c3c0de
+3
-3
@@ -7,7 +7,7 @@ tool. If you're having network connectivity problems, traceroute will \
|
|||||||
show you where the trouble is coming from along the route."
|
show you where the trouble is coming from along the route."
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
HOMEPAGE = "http://traceroute.sourceforge.net/"
|
HOMEPAGE = "http://traceroute.sourceforge.net/"
|
||||||
LICENSE = "GPL-2.0 LGPL-2.1"
|
LICENSE = "GPL-2.0+ & LGPL-2.1+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \
|
|||||||
file://filter-out-the-patches-from-subdirs.patch \
|
file://filter-out-the-patches-from-subdirs.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "559f104e155e0e14ee0c717776a745fa"
|
SRC_URI[md5sum] = "79289adabd6f3ebf9160fc0815ab3150"
|
||||||
SRC_URI[sha256sum] = "2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271"
|
SRC_URI[sha256sum] = "f7ac93ef30b13a587292b8d6a7e2538a65bc978a3a576eab238c392b884e96e0"
|
||||||
|
|
||||||
EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}"
|
EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user