summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-18 08:22:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:55 +0200
commite5925b868e364ff61bb890efe1b10e31644268d3 (patch)
treecab085708475202756f35cc4caa950e1d5c46edb /meta-efl
parent9fd0651c22d09d5233b6019156e5c2c8b8c7dd46 (diff)
downloadmeta-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')
-rw-r--r--meta-efl/recipes-efl/e17/cpu/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/cpu_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/elmdentica/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/elmdentica_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/enjoy/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_git.bb1
-rw-r--r--meta-efl/recipes-efl/e17/ephoto/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/ephoto_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/exalt-client/configure.patch28
-rw-r--r--meta-efl/recipes-efl/e17/exalt-client_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/flame/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/flame_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/forecasts/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/forecasts_svn.bb4
-rw-r--r--meta-efl/recipes-efl/e17/places/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/places_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/rain/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/rain_svn.bb2
-rw-r--r--meta-efl/recipes-efl/e17/uptime/configure.patch13
-rw-r--r--meta-efl/recipes-efl/e17/uptime_svn.bb4
20 files changed, 161 insertions, 7 deletions
diff --git a/meta-efl/recipes-efl/e17/cpu/configure.patch b/meta-efl/recipes-efl/e17/cpu/configure.patch
new file mode 100644
index 000000000..87c85de9f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/cpu/configure.patch
@@ -0,0 +1,13 @@
1Index: cpu/configure.ac
2===================================================================
3--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
4+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.6)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
diff --git a/meta-efl/recipes-efl/e17/cpu_svn.bb b/meta-efl/recipes-efl/e17/cpu_svn.bb
index c0ad6a42c..14eb08f71 100644
--- a/meta-efl/recipes-efl/e17/cpu_svn.bb
+++ b/meta-efl/recipes-efl/e17/cpu_svn.bb
@@ -6,3 +6,5 @@ PV = "0.0.1+svnr${SRCREV}"
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8require e-module.inc 8require e-module.inc
9
10SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/elmdentica/configure.patch b/meta-efl/recipes-efl/e17/elmdentica/configure.patch
new file mode 100644
index 000000000..79a981b47
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/elmdentica/configure.patch
@@ -0,0 +1,13 @@
1Index: elmdentica/configure.ac
2===================================================================
3--- elmdentica.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000
4+++ elmdentica/configure.ac 2014-07-17 21:51:34.960574935 +0000
5@@ -3,7 +3,7 @@
6 AM_CONFIG_HEADER(config.h)
7 AC_CONFIG_MACRO_DIR([m4])
8
9-AM_INIT_AUTOMAKE
10+AM_INIT_AUTOMAKE([foreign])
11
12 AC_PROG_CC
13 AC_GNU_SOURCE
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
index e7b61a528..20a4849ba 100644
--- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb
+++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
@@ -17,3 +17,5 @@ PV = "0.9.9+svnr${SRCPV}"
17SRCREV = "${EFL_SRCREV}" 17SRCREV = "${EFL_SRCREV}"
18 18
19RDEPENDS_${PN} = "${PN}-themes" 19RDEPENDS_${PN} = "${PN}-themes"
20
21SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/enjoy/configure.patch b/meta-efl/recipes-efl/e17/enjoy/configure.patch
new file mode 100644
index 000000000..6e0ed7461
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/enjoy/configure.patch
@@ -0,0 +1,13 @@
1Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac 2014-07-17 21:48:51.284570474 +0000
4+++ git/configure.ac 2014-07-17 21:53:39.104578318 +0000
5@@ -26,7 +26,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 AC_CONFIG_HEADERS(config.h)
12 _XTERM_COLORS
13 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/meta-efl/recipes-efl/e17/enjoy_git.bb b/meta-efl/recipes-efl/e17/enjoy_git.bb
index bc3168e6a..297cbd523 100644
--- a/meta-efl/recipes-efl/e17/enjoy_git.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_git.bb
@@ -22,6 +22,7 @@ inherit e gettext
22SRC_URI = " \ 22SRC_URI = " \
23 git://git.enlightenment.org/apps/enjoy.git \ 23 git://git.enlightenment.org/apps/enjoy.git \
24 file://0001-always-use-position-as-percent-and-define-a-1-second.patch \ 24 file://0001-always-use-position-as-percent-and-define-a-1-second.patch \
25 file://configure.patch \
25" 26"
26S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
27 28
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 000000000..59466f8af
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/ephoto/configure.patch
@@ -0,0 +1,13 @@
1Index: 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
diff --git a/meta-efl/recipes-efl/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb
index cea6f39f8..3255ab835 100644
--- a/meta-efl/recipes-efl/e17/ephoto_svn.bb
+++ b/meta-efl/recipes-efl/e17/ephoto_svn.bb
@@ -15,3 +15,5 @@ SRCNAME = "${PN}"
15 15
16# autotools-brokensep 16# autotools-brokensep
17B = "${S}" 17B = "${S}"
18
19SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/exalt-client/configure.patch b/meta-efl/recipes-efl/e17/exalt-client/configure.patch
new file mode 100644
index 000000000..d4ff801ce
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exalt-client/configure.patch
@@ -0,0 +1,28 @@
1Index: exalt-client/configure.ac
2===================================================================
3--- exalt-client.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000
4+++ exalt-client/configure.ac 2014-07-17 21:47:56.880568991 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.8)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12
13 AC_PROG_CC
14@@ -29,7 +29,6 @@
15
16 m4_ifdef([AM_GNU_GETTEXT], [
17 AM_GNU_GETTEXT([external])
18-po_makefile_in=po/Makefile.in
19 AM_CONDITIONAL([HAVE_PO], [true])
20 ],[
21 AM_CONDITIONAL([HAVE_PO], [false])
22@@ -101,6 +100,5 @@
23 src/Makefile
24 module.desktop
25 e_modules-exalt-client.spec
26-$po_makefile_in
27 ], [
28 ])
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
index 2c7e5304b..f70860154 100644
--- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb
+++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
@@ -22,4 +22,4 @@ FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
22FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" 22FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
23FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" 23FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
24 24
25 25SRC_URI += "file://configure.patch" \ No newline at end of file
diff --git a/meta-efl/recipes-efl/e17/flame/configure.patch b/meta-efl/recipes-efl/e17/flame/configure.patch
new file mode 100644
index 000000000..87c85de9f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/flame/configure.patch
@@ -0,0 +1,13 @@
1Index: cpu/configure.ac
2===================================================================
3--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
4+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.6)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
diff --git a/meta-efl/recipes-efl/e17/flame_svn.bb b/meta-efl/recipes-efl/e17/flame_svn.bb
index b674a5d13..58c79a840 100644
--- a/meta-efl/recipes-efl/e17/flame_svn.bb
+++ b/meta-efl/recipes-efl/e17/flame_svn.bb
@@ -11,3 +11,5 @@ do_configure_prepend() {
11 sed -i -e /po/d ${S}/configure.ac 11 sed -i -e /po/d ${S}/configure.ac
12 sed -i -e s:\ po::g ${S}/Makefile.am 12 sed -i -e s:\ po::g ${S}/Makefile.am
13} 13}
14
15SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/forecasts/configure.patch b/meta-efl/recipes-efl/e17/forecasts/configure.patch
new file mode 100644
index 000000000..87c85de9f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/forecasts/configure.patch
@@ -0,0 +1,13 @@
1Index: cpu/configure.ac
2===================================================================
3--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
4+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.6)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
diff --git a/meta-efl/recipes-efl/e17/forecasts_svn.bb b/meta-efl/recipes-efl/e17/forecasts_svn.bb
index a03095223..473bdb9d4 100644
--- a/meta-efl/recipes-efl/e17/forecasts_svn.bb
+++ b/meta-efl/recipes-efl/e17/forecasts_svn.bb
@@ -7,6 +7,4 @@ PR = "${INC_PR}.0"
7 7
8require e-module.inc 8require e-module.inc
9 9
10 10SRC_URI += "file://configure.patch"
11
12
diff --git a/meta-efl/recipes-efl/e17/places/configure.patch b/meta-efl/recipes-efl/e17/places/configure.patch
new file mode 100644
index 000000000..f8f48345c
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/places/configure.patch
@@ -0,0 +1,13 @@
1Index: places/configure.ac
2===================================================================
3--- places.orig/configure.ac 2014-07-17 21:51:01.276574017 +0000
4+++ places/configure.ac 2014-07-17 21:52:07.096575810 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.8)
10+AM_INIT_AUTOMAKE([foreign])
11 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
12 AM_CONFIG_HEADER(config.h)
13
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb
index 6a6184be7..54f0e0154 100644
--- a/meta-efl/recipes-efl/e17/places_svn.bb
+++ b/meta-efl/recipes-efl/e17/places_svn.bb
@@ -12,3 +12,5 @@ do_configure_prepend() {
12 12
13# Calls /usr/bin/eject for media 13# Calls /usr/bin/eject for media
14RRECOMMENDS_${PN} += "eject" 14RRECOMMENDS_${PN} += "eject"
15
16SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/rain/configure.patch b/meta-efl/recipes-efl/e17/rain/configure.patch
new file mode 100644
index 000000000..87c85de9f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/rain/configure.patch
@@ -0,0 +1,13 @@
1Index: cpu/configure.ac
2===================================================================
3--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
4+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.6)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb
index 0e990d52d..cf67a4cd5 100644
--- a/meta-efl/recipes-efl/e17/rain_svn.bb
+++ b/meta-efl/recipes-efl/e17/rain_svn.bb
@@ -12,3 +12,5 @@ do_configure_prepend() {
12 sed -i -e /po/d ${S}/configure.ac 12 sed -i -e /po/d ${S}/configure.ac
13 sed -i -e s:\ po::g ${S}/Makefile.am 13 sed -i -e s:\ po::g ${S}/Makefile.am
14} 14}
15
16SRC_URI += "file://configure.patch"
diff --git a/meta-efl/recipes-efl/e17/uptime/configure.patch b/meta-efl/recipes-efl/e17/uptime/configure.patch
new file mode 100644
index 000000000..87c85de9f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/uptime/configure.patch
@@ -0,0 +1,13 @@
1Index: cpu/configure.ac
2===================================================================
3--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
4+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
5@@ -10,7 +10,7 @@
6 AC_CANONICAL_HOST
7 AC_ISC_POSIX
8
9-AM_INIT_AUTOMAKE(1.6)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
diff --git a/meta-efl/recipes-efl/e17/uptime_svn.bb b/meta-efl/recipes-efl/e17/uptime_svn.bb
index a296a5ec7..5c9bfa9ea 100644
--- a/meta-efl/recipes-efl/e17/uptime_svn.bb
+++ b/meta-efl/recipes-efl/e17/uptime_svn.bb
@@ -7,6 +7,4 @@ PR = "${INC_PR}.0"
7 7
8require e-module.inc 8require e-module.inc
9 9
10 10SRC_URI += "file://configure.patch"
11
12