diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:22:16 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:55 +0200 |
| commit | e5925b868e364ff61bb890efe1b10e31644268d3 (patch) | |
| tree | cab085708475202756f35cc4caa950e1d5c46edb /meta-efl/recipes-efl/e17/ephoto | |
| parent | 9fd0651c22d09d5233b6019156e5c2c8b8c7dd46 (diff) | |
| download | meta-openembedded-e5925b868e364ff61bb890efe1b10e31644268d3.tar.gz | |
efl: Use automake foreign for cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-efl/recipes-efl/e17/ephoto')
| -rw-r--r-- | meta-efl/recipes-efl/e17/ephoto/configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | Index: ephoto/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- ephoto.orig/configure.ac 2014-07-17 21:48:51.028570467 +0000 | ||
| 4 | +++ ephoto/configure.ac 2014-07-17 21:52:56.120577146 +0000 | ||
| 5 | @@ -27,7 +27,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6 dist-bzip2) | ||
| 10 | +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) | ||
| 11 | AM_CONFIG_HEADER(src/bin/config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
