summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-08-18 09:24:26 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-21 21:35:06 +0200
commit92a28da91be138bfaef104e9fbcea585fb70a670 (patch)
tree0493ca344fd13b304f96170200b8b971374e8a6d
parente697845cc91244e397eff34fe9153bedf91beb0f (diff)
downloadmeta-openembedded-92a28da91be138bfaef104e9fbcea585fb70a670.tar.gz
traceroute: uprev it to 2.0.20
1. uprev to 2.0.20 2. Update the license md5sum, since the address is changed in COPYING*: From: Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA To: Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb (renamed from meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb)12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
index 236bd12c3..4b49c7686 100644
--- a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
+++ b/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
@@ -8,19 +8,17 @@ show 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=94d55d512a9ba36caa9b7df079bae19f \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" 12 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
13
14PR = "r1"
15 13
16inherit update-alternatives 14inherit update-alternatives
17 15
18SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/traceroute-2.0.18/traceroute-2.0.18.tar.gz \ 16SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BP}/${BP}.tar.gz \
19 file://filter-out-the-patches-from-subdirs.patch \ 17 file://filter-out-the-patches-from-subdirs.patch \
20" 18"
21 19
22SRC_URI[md5sum] = "b7254149b7f081cce07f4b9e065ba5ef" 20SRC_URI[md5sum] = "559f104e155e0e14ee0c717776a745fa"
23SRC_URI[sha256sum] = "5994a88520927fefe3c9754aaf1e02b4d0f3f8fb1f521a68fa86215c3fcab9ef" 21SRC_URI[sha256sum] = "2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271"
24 22
25do_compile() { 23do_compile() {
26 export LDFLAGS="${TARGET_LDFLAGS} -L${S}/libsupp" 24 export LDFLAGS="${TARGET_LDFLAGS} -L${S}/libsupp"