diff options
| -rw-r--r-- | meta-networking/recipes-support/mtr/files/configure.patch | 12 | ||||
| -rw-r--r-- | meta-networking/recipes-support/mtr/mtr_0.82.bb | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mtr/files/configure.patch b/meta-networking/recipes-support/mtr/files/configure.patch new file mode 100644 index 0000000000..c978b879ec --- /dev/null +++ b/meta-networking/recipes-support/mtr/files/configure.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: mtr-0.82/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- mtr-0.82.orig/configure.in 2014-07-16 19:52:56.306026346 +0000 | ||
| 4 | +++ mtr-0.82/configure.in 2014-07-17 21:59:03.208587150 +0000 | ||
| 5 | @@ -1,5 +1,5 @@ | ||
| 6 | -AC_INIT(mtr.c) | ||
| 7 | -AM_INIT_AUTOMAKE(mtr, 0.82) | ||
| 8 | +AC_INIT(mtr.c, 0.82) | ||
| 9 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 10 | |||
| 11 | |||
| 12 | AC_SUBST(GTK_OBJ) | ||
diff --git a/meta-networking/recipes-support/mtr/mtr_0.82.bb b/meta-networking/recipes-support/mtr/mtr_0.82.bb index 3a9394874e..b9a1ea2863 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.82.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.82.bb | |||
| @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
| 8 | file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057" | 8 | file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057" |
| 9 | 9 | ||
| 10 | SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \ | 10 | SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \ |
| 11 | file://configure.patch \ | ||
| 11 | file://no-gtk.patch" | 12 | file://no-gtk.patch" |
| 12 | 13 | ||
| 13 | SRC_URI[md5sum] = "10601ea543fda3e51545c4bce195b64c" | 14 | SRC_URI[md5sum] = "10601ea543fda3e51545c4bce195b64c" |
