From 339c3053fc94f6d6047a34c03120898dbe908e4b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Feb 2015 12:41:43 +0100 Subject: e-wm: upgrade to 0.19.3 * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_3_release/ Signed-off-by: Martin Jansa --- .../e17/e-wm/0001-configure.ac-add-foreign.patch | 29 ++++++++++++++++++++++ meta-efl/recipes-efl/e17/e-wm_0.19.2.bb | 19 -------------- meta-efl/recipes-efl/e17/e-wm_0.19.3.bb | 19 ++++++++++++++ meta-efl/recipes-efl/e17/e-wm_git.bb | 5 ++-- 4 files changed, 51 insertions(+), 21 deletions(-) create mode 100644 meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch delete mode 100644 meta-efl/recipes-efl/e17/e-wm_0.19.2.bb create mode 100644 meta-efl/recipes-efl/e17/e-wm_0.19.3.bb (limited to 'meta-efl') 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 0000000000..c7a574c908 --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch @@ -0,0 +1,29 @@ +From 19e59b6e8148388e7a17f10d4390176a50e2917f Mon Sep 17 00:00:00 2001 +From: Martin Jansa +Date: Mon, 25 Aug 2014 16:06:03 +0200 +Subject: [PATCH] configure.ac: add foreign + +* fixes: + | configure.ac:312: error: required file './ABOUT-NLS' not found + +Signed-off-by: Martin Jansa +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 51ad0ba..cd77739 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -34,7 +34,7 @@ AH_BOTTOM([ + #endif /* EFL_CONFIG_H__ */ + ]) + +-AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability]) ++AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability foreign]) + AM_SILENT_RULES([yes]) + + AC_USE_SYSTEM_EXTENSIONS +-- +2.3.0 + diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.2.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.2.bb deleted file mode 100644 index ac33406a47..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm_0.19.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -require ${BPN}.inc - -SRCNAME = "enlightenment" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -# couple of modules needed for illume2 (mobile) profile were removed in -# http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca -# and replacements aren't included yet, if you want to use e-wm on device with small screen, better stay with 0.18 release -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "\ - ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ - file://enlightenment_start.oe \ - file://applications.menu \ -" - -SRC_URI[md5sum] = "ca76c640c2a54f89f069176258151334" -SRC_URI[sha256sum] = "9063d3de704a5700468a558f6707f402fe239c0807bc38ed29aaf7c62db1cd02" diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb new file mode 100644 index 0000000000..489cb2d146 --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb @@ -0,0 +1,19 @@ +require ${BPN}.inc + +SRCNAME = "enlightenment" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +# couple of modules needed for illume2 (mobile) profile were removed in +# http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca +# and replacements aren't included yet, if you want to use e-wm on device with small screen, better stay with 0.18 release +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "\ + ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ + file://enlightenment_start.oe \ + file://applications.menu \ +" + +SRC_URI[md5sum] = "001b657528aadafcfae5b89b2c81aee8" +SRC_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 18738781bd..f4b893bef0 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 @@ require ${BPN}.inc -PV = "0.19.2+git${SRCPV}" +PV = "0.19.3+git${SRCPV}" DEFAULT_PREFERENCE = "-2" SRC_URI = " \ git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \ + file://0001-configure.ac-add-foreign.patch \ file://enlightenment_start.oe \ file://applications.menu \ " S = "${WORKDIR}/git" -SRCREV = "be0d07877e561edd7242368797a90c36c4e77ee4" +SRCREV = "19e59b6e8148388e7a17f10d4390176a50e2917f" -- cgit 1.2.3-korg