mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
mtr: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d4591958f4
commit
8dc1763bac
12
meta-networking/recipes-support/mtr/files/configure.patch
Normal file
12
meta-networking/recipes-support/mtr/files/configure.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: mtr-0.82/configure.in
|
||||
===================================================================
|
||||
--- mtr-0.82.orig/configure.in 2014-07-16 19:52:56.306026346 +0000
|
||||
+++ mtr-0.82/configure.in 2014-07-17 21:59:03.208587150 +0000
|
||||
@@ -1,5 +1,5 @@
|
||||
-AC_INIT(mtr.c)
|
||||
-AM_INIT_AUTOMAKE(mtr, 0.82)
|
||||
+AC_INIT(mtr.c, 0.82)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
|
||||
AC_SUBST(GTK_OBJ)
|
||||
@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057"
|
||||
|
||||
SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \
|
||||
file://configure.patch \
|
||||
file://no-gtk.patch"
|
||||
|
||||
SRC_URI[md5sum] = "10601ea543fda3e51545c4bce195b64c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user