* [PATCH][meta-networking] traceroute: uprev it to 2.0.20
@ 2014-08-15 3:06 rongqing.li
2014-08-15 9:03 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2014-08-15 3:06 UTC (permalink / raw)
To: openembedded-devel
From: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
.../{traceroute_2.0.18.bb => traceroute_2.0.20.bb} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
rename meta-networking/recipes-support/traceroute/{traceroute_2.0.18.bb => traceroute_2.0.20.bb} (75%)
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
similarity index 75%
rename from meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
rename to meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
index 236bd12..58e32a4 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,19 @@ show you where the trouble is coming from along the route."
SECTION = "console/network"
HOMEPAGE = "http://traceroute.sourceforge.net/"
LICENSE = "GPL-2.0 LGPL-2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
PR = "r1"
inherit update-alternatives
-SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/traceroute-2.0.18/traceroute-2.0.18.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
file://filter-out-the-patches-from-subdirs.patch \
"
-SRC_URI[md5sum] = "b7254149b7f081cce07f4b9e065ba5ef"
-SRC_URI[sha256sum] = "5994a88520927fefe3c9754aaf1e02b4d0f3f8fb1f521a68fa86215c3fcab9ef"
+SRC_URI[md5sum] = "559f104e155e0e14ee0c717776a745fa"
+SRC_URI[sha256sum] = "2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271"
do_compile() {
export LDFLAGS="${TARGET_LDFLAGS} -L${S}/libsupp"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][meta-networking] traceroute: uprev it to 2.0.20
2014-08-15 3:06 [PATCH][meta-networking] traceroute: uprev it to 2.0.20 rongqing.li
@ 2014-08-15 9:03 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-08-15 9:03 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2550 bytes --]
On Fri, Aug 15, 2014 at 11:06:13AM +0800, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> .../{traceroute_2.0.18.bb => traceroute_2.0.20.bb} | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> rename meta-networking/recipes-support/traceroute/{traceroute_2.0.18.bb => traceroute_2.0.20.bb} (75%)
>
> diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
> similarity index 75%
> rename from meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
> rename to meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb
> index 236bd12..58e32a4 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,19 @@ show you where the trouble is coming from along the route."
> SECTION = "console/network"
> HOMEPAGE = "http://traceroute.sourceforge.net/"
> LICENSE = "GPL-2.0 LGPL-2.1"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> - file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
Say in commit message, what changed in them.
>
> PR = "r1"
drop PR
>
> inherit update-alternatives
>
> -SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/traceroute-2.0.18/traceroute-2.0.18.tar.gz \
> +SRC_URI = "${SOURCEFORGE_MIRROR}/traceroute/traceroute/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
${BPN}-${PV} -> ${BP}
> file://filter-out-the-patches-from-subdirs.patch \
> "
>
> -SRC_URI[md5sum] = "b7254149b7f081cce07f4b9e065ba5ef"
> -SRC_URI[sha256sum] = "5994a88520927fefe3c9754aaf1e02b4d0f3f8fb1f521a68fa86215c3fcab9ef"
> +SRC_URI[md5sum] = "559f104e155e0e14ee0c717776a745fa"
> +SRC_URI[sha256sum] = "2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271"
>
> do_compile() {
> export LDFLAGS="${TARGET_LDFLAGS} -L${S}/libsupp"
> --
> 1.7.10.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-15 9:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 3:06 [PATCH][meta-networking] traceroute: uprev it to 2.0.20 rongqing.li
2014-08-15 9:03 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.