mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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>
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
From 19e59b6e8148388e7a17f10d4390176a50e2917f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||||
|
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 <Martin.Jansa@gmail.com>
|
||||||
|
---
|
||||||
|
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
|
||||||
|
|
||||||
@@ -15,5 +15,5 @@ SRC_URI = "\
|
|||||||
file://applications.menu \
|
file://applications.menu \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "ca76c640c2a54f89f069176258151334"
|
SRC_URI[md5sum] = "001b657528aadafcfae5b89b2c81aee8"
|
||||||
SRC_URI[sha256sum] = "9063d3de704a5700468a558f6707f402fe239c0807bc38ed29aaf7c62db1cd02"
|
SRC_URI[sha256sum] = "9d2e3c9e25dd48a8f5948d9c7757863d40f7b5bdbc13fdca5a72fb050e048dec"
|
||||||
@@ -1,13 +1,14 @@
|
|||||||
require ${BPN}.inc
|
require ${BPN}.inc
|
||||||
|
|
||||||
PV = "0.19.2+git${SRCPV}"
|
PV = "0.19.3+git${SRCPV}"
|
||||||
DEFAULT_PREFERENCE = "-2"
|
DEFAULT_PREFERENCE = "-2"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \
|
git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \
|
||||||
|
file://0001-configure.ac-add-foreign.patch \
|
||||||
file://enlightenment_start.oe \
|
file://enlightenment_start.oe \
|
||||||
file://applications.menu \
|
file://applications.menu \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
SRCREV = "be0d07877e561edd7242368797a90c36c4e77ee4"
|
SRCREV = "19e59b6e8148388e7a17f10d4390176a50e2917f"
|
||||||
|
|||||||
Reference in New Issue
Block a user