summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-02-19 12:41:43 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-03 08:36:00 +0100
commit339c3053fc94f6d6047a34c03120898dbe908e4b (patch)
treead9445fd5524fd73aee7b133ed334d9f249c9c5a /meta-efl
parentd68ffc6ef01a138c04c935a8599e5679ae56a917 (diff)
downloadmeta-openembedded-339c3053fc94f6d6047a34c03120898dbe908e4b.tar.gz
e-wm: upgrade to 0.19.3
* announcement: https://phab.enlightenment.org/phame/live/3/post/e19_3_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch29
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.19.3.bb (renamed from meta-efl/recipes-efl/e17/e-wm_0.19.2.bb)4
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_git.bb5
3 files changed, 34 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch
new file mode 100644
index 000000000..c7a574c90
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch
@@ -0,0 +1,29 @@
1From 19e59b6e8148388e7a17f10d4390176a50e2917f Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 25 Aug 2014 16:06:03 +0200
4Subject: [PATCH] configure.ac: add foreign
5
6* fixes:
7 | configure.ac:312: error: required file './ABOUT-NLS' not found
8
9Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10---
11 configure.ac | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/configure.ac b/configure.ac
15index 51ad0ba..cd77739 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -34,7 +34,7 @@ AH_BOTTOM([
19 #endif /* EFL_CONFIG_H__ */
20 ])
21
22-AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability])
23+AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability foreign])
24 AM_SILENT_RULES([yes])
25
26 AC_USE_SYSTEM_EXTENSIONS
27--
282.3.0
29
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.2.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb
index ac33406a4..489cb2d14 100644
--- a/meta-efl/recipes-efl/e17/e-wm_0.19.2.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb
@@ -15,5 +15,5 @@ SRC_URI = "\
15 file://applications.menu \ 15 file://applications.menu \
16" 16"
17 17
18SRC_URI[md5sum] = "ca76c640c2a54f89f069176258151334" 18SRC_URI[md5sum] = "001b657528aadafcfae5b89b2c81aee8"
19SRC_URI[sha256sum] = "9063d3de704a5700468a558f6707f402fe239c0807bc38ed29aaf7c62db1cd02" 19SRC_URI[sha256sum] = "9d2e3c9e25dd48a8f5948d9c7757863d40f7b5bdbc13fdca5a72fb050e048dec"
diff --git a/meta-efl/recipes-efl/e17/e-wm_git.bb b/meta-efl/recipes-efl/e17/e-wm_git.bb
index 18738781b..f4b893bef 100644
--- a/meta-efl/recipes-efl/e17/e-wm_git.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_git.bb
@@ -1,13 +1,14 @@
1require ${BPN}.inc 1require ${BPN}.inc
2 2
3PV = "0.19.2+git${SRCPV}" 3PV = "0.19.3+git${SRCPV}"
4DEFAULT_PREFERENCE = "-2" 4DEFAULT_PREFERENCE = "-2"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \ 7 git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \
8 file://0001-configure.ac-add-foreign.patch \
8 file://enlightenment_start.oe \ 9 file://enlightenment_start.oe \
9 file://applications.menu \ 10 file://applications.menu \
10" 11"
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
12 13
13SRCREV = "be0d07877e561edd7242368797a90c36c4e77ee4" 14SRCREV = "19e59b6e8148388e7a17f10d4390176a50e2917f"