mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
In order to have more robust stand-alone network tools in oe-core, bring in inetutils from meta-openembedded/meta-networking. This imports the recipes as of git commit: commit 408204073e6bdcd8ac586e05d5b75213417673f2 Author: Martin Jansa <martin.jansa@gmail.com> Date: Thu Aug 16 20:39:15 2018 +0000 inetutils: fix build with glibc-2.28 (From OE-Core rev: ace6911e663709f07ca73aa72f6bb4f4111b2749) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
490 B
Diff
18 lines
490 B
Diff
Upstream-Status: Pending
|
|
|
|
remove m4_esyscmd function
|
|
|
|
Signed-off-by: Chunrong Guo <b40290@freescale.com>
|
|
--- inetutils-1.9.1/configure.ac 2012-01-06 22:05:05.000000000 +0800
|
|
+++ inetutils-1.9.1/configure.ac 2012-11-12 14:01:11.732957019 +0800
|
|
@@ -20,8 +20,7 @@
|
|
|
|
AC_PREREQ(2.59)
|
|
|
|
-AC_INIT([GNU inetutils],
|
|
- m4_esyscmd([build-aux/git-version-gen .tarball-version 's/inetutils-/v/;s/_/./g']),
|
|
+AC_INIT([GNU inetutils],[1.9.4],
|
|
[bug-inetutils@gnu.org])
|
|
|
|
AC_CONFIG_SRCDIR([src/inetd.c])
|