From e5925b868e364ff61bb890efe1b10e31644268d3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Jul 2014 08:22:16 +0000 Subject: efl: Use automake foreign for cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime Signed-off-by: Richard Purdie --- meta-efl/recipes-efl/e17/ephoto/configure.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-efl/recipes-efl/e17/ephoto/configure.patch (limited to 'meta-efl/recipes-efl/e17/ephoto/configure.patch') diff --git a/meta-efl/recipes-efl/e17/ephoto/configure.patch b/meta-efl/recipes-efl/e17/ephoto/configure.patch new file mode 100644 index 0000000000..59466f8af8 --- /dev/null +++ b/meta-efl/recipes-efl/e17/ephoto/configure.patch @@ -0,0 +1,13 @@ +Index: ephoto/configure.ac +=================================================================== +--- ephoto.orig/configure.ac 2014-07-17 21:48:51.028570467 +0000 ++++ ephoto/configure.ac 2014-07-17 21:52:56.120577146 +0000 +@@ -27,7 +27,7 @@ + AC_CANONICAL_HOST + AC_ISC_POSIX + +-AM_INIT_AUTOMAKE(1.6 dist-bzip2) ++AM_INIT_AUTOMAKE([dist-bzip2 foreign]) + AM_CONFIG_HEADER(src/bin/config.h) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + -- cgit 1.2.3-korg