mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
9fd0651c22
commit
e5925b868e
13
meta-efl/recipes-efl/e17/cpu/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/cpu/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: cpu/configure.ac
|
||||
===================================================================
|
||||
--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
|
||||
+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
@ -6,3 +6,5 @@ PV = "0.0.1+svnr${SRCREV}"
|
|||
PR = "${INC_PR}.0"
|
||||
|
||||
require e-module.inc
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/elmdentica/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/elmdentica/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: elmdentica/configure.ac
|
||||
===================================================================
|
||||
--- elmdentica.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000
|
||||
+++ elmdentica/configure.ac 2014-07-17 21:51:34.960574935 +0000
|
||||
@@ -3,7 +3,7 @@
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
-AM_INIT_AUTOMAKE
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
AC_PROG_CC
|
||||
AC_GNU_SOURCE
|
||||
|
|
@ -17,3 +17,5 @@ PV = "0.9.9+svnr${SRCPV}"
|
|||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
RDEPENDS_${PN} = "${PN}-themes"
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/enjoy/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/enjoy/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac 2014-07-17 21:48:51.284570474 +0000
|
||||
+++ git/configure.ac 2014-07-17 21:53:39.104578318 +0000
|
||||
@@ -26,7 +26,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6 dist-bzip2)
|
||||
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
_XTERM_COLORS
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
|
@ -22,6 +22,7 @@ inherit e gettext
|
|||
SRC_URI = " \
|
||||
git://git.enlightenment.org/apps/enjoy.git \
|
||||
file://0001-always-use-position-as-percent-and-define-a-1-second.patch \
|
||||
file://configure.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/ephoto/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/ephoto/configure.patch
Normal file
|
|
@ -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])])
|
||||
|
||||
|
|
@ -15,3 +15,5 @@ SRCNAME = "${PN}"
|
|||
|
||||
# autotools-brokensep
|
||||
B = "${S}"
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
28
meta-efl/recipes-efl/e17/exalt-client/configure.patch
Normal file
28
meta-efl/recipes-efl/e17/exalt-client/configure.patch
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Index: exalt-client/configure.ac
|
||||
===================================================================
|
||||
--- exalt-client.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000
|
||||
+++ exalt-client/configure.ac 2014-07-17 21:47:56.880568991 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.8)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_PROG_CC
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
m4_ifdef([AM_GNU_GETTEXT], [
|
||||
AM_GNU_GETTEXT([external])
|
||||
-po_makefile_in=po/Makefile.in
|
||||
AM_CONDITIONAL([HAVE_PO], [true])
|
||||
],[
|
||||
AM_CONDITIONAL([HAVE_PO], [false])
|
||||
@@ -101,6 +100,5 @@
|
||||
src/Makefile
|
||||
module.desktop
|
||||
e_modules-exalt-client.spec
|
||||
-$po_makefile_in
|
||||
], [
|
||||
])
|
||||
|
|
@ -22,4 +22,4 @@ FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
|
|||
FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
|
||||
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
|
||||
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
13
meta-efl/recipes-efl/e17/flame/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/flame/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: cpu/configure.ac
|
||||
===================================================================
|
||||
--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
|
||||
+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
@ -11,3 +11,5 @@ do_configure_prepend() {
|
|||
sed -i -e /po/d ${S}/configure.ac
|
||||
sed -i -e s:\ po::g ${S}/Makefile.am
|
||||
}
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/forecasts/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/forecasts/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: cpu/configure.ac
|
||||
===================================================================
|
||||
--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
|
||||
+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
@ -7,6 +7,4 @@ PR = "${INC_PR}.0"
|
|||
|
||||
require e-module.inc
|
||||
|
||||
|
||||
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/places/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/places/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: places/configure.ac
|
||||
===================================================================
|
||||
--- places.orig/configure.ac 2014-07-17 21:51:01.276574017 +0000
|
||||
+++ places/configure.ac 2014-07-17 21:52:07.096575810 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.8)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
@ -12,3 +12,5 @@ do_configure_prepend() {
|
|||
|
||||
# Calls /usr/bin/eject for media
|
||||
RRECOMMENDS_${PN} += "eject"
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/rain/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/rain/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: cpu/configure.ac
|
||||
===================================================================
|
||||
--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
|
||||
+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
@ -12,3 +12,5 @@ do_configure_prepend() {
|
|||
sed -i -e /po/d ${S}/configure.ac
|
||||
sed -i -e s:\ po::g ${S}/Makefile.am
|
||||
}
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
13
meta-efl/recipes-efl/e17/uptime/configure.patch
Normal file
13
meta-efl/recipes-efl/e17/uptime/configure.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: cpu/configure.ac
|
||||
===================================================================
|
||||
--- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000
|
||||
+++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000
|
||||
@@ -10,7 +10,7 @@
|
||||
AC_CANONICAL_HOST
|
||||
AC_ISC_POSIX
|
||||
|
||||
-AM_INIT_AUTOMAKE(1.6)
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
@ -7,6 +7,4 @@ PR = "${INC_PR}.0"
|
|||
|
||||
require e-module.inc
|
||||
|
||||
|
||||
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user