mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
a39f60d812
1. remove unneeded patches: inetutils-1.9.1/disable-pre-ANSI-compilers.patch inetutils-1.9.1/remove-gets.patch 2. Update the version from 1.9.1 to 1.9.2 in version.patch 3. remove PR Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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.2],
|
|
[bug-inetutils@gnu.org])
|
|
|
|
AC_CONFIG_SRCDIR([src/inetd.c])
|