* [Buildroot] [PATCH] mtr: bump to latest git version (newdns branch)
@ 2016-05-14 16:25 Gustavo Zacarias
2016-05-15 20:00 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-05-14 16:25 UTC (permalink / raw)
To: buildroot
This fixes the musl build issues and the need to specially patch for
uClibc at the same time. Fixes:
http://autobuild.buildroot.net/results/deb/debeb3ded02c3de63182c3433ff02062192d3fd1/
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/mtr/mtr.hash | 2 ++
package/mtr/mtr.mk | 12 +-----------
2 files changed, 3 insertions(+), 11 deletions(-)
create mode 100644 package/mtr/mtr.hash
diff --git a/package/mtr/mtr.hash b/package/mtr/mtr.hash
new file mode 100644
index 0000000..f3df81f
--- /dev/null
+++ b/package/mtr/mtr.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 12a6a94c0ec04d508de27eda5f5ba91f50d4b5fe74a98aca0973e2c16a42555a mtr-66de3ecbab28b054b868a73fbb57f30549d770ac.tar.gz
diff --git a/package/mtr/mtr.mk b/package/mtr/mtr.mk
index 3f73a5f..5ee6124 100644
--- a/package/mtr/mtr.mk
+++ b/package/mtr/mtr.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MTR_VERSION = v0.86
+MTR_VERSION = 66de3ecbab28b054b868a73fbb57f30549d770ac
MTR_SITE = $(call github,traviscross,mtr,$(MTR_VERSION))
MTR_AUTORECONF = YES
MTR_CONF_OPTS = --without-gtk
@@ -12,14 +12,4 @@ MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
MTR_LICENSE = GPLv2
MTR_LICENSE_FILES = COPYING
-# uClibc has res_ninit but not res_nmkquery
-ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
-define MTR_DISABLE_RES_NINIT
- $(SED) 's/#ifdef res_ninit/#if 0/' \
- $(@D)/dns.c
-endef
-endif
-
-MTR_POST_PATCH_HOOKS += MTR_DISABLE_RES_NINIT
-
$(eval $(autotools-package))
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mtr: bump to latest git version (newdns branch)
2016-05-14 16:25 [Buildroot] [PATCH] mtr: bump to latest git version (newdns branch) Gustavo Zacarias
@ 2016-05-15 20:00 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-15 20:00 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 14 May 2016 13:25:14 -0300, Gustavo Zacarias wrote:
> This fixes the musl build issues and the need to specially patch for
> uClibc at the same time. Fixes:
> http://autobuild.buildroot.net/results/deb/debeb3ded02c3de63182c3433ff02062192d3fd1/
>
> Also add hash file.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/mtr/mtr.hash | 2 ++
> package/mtr/mtr.mk | 12 +-----------
> 2 files changed, 3 insertions(+), 11 deletions(-)
> create mode 100644 package/mtr/mtr.hash
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-15 20:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-14 16:25 [Buildroot] [PATCH] mtr: bump to latest git version (newdns branch) Gustavo Zacarias
2016-05-15 20:00 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox