aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm_0.18.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-01-20 17:53:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-02-23 23:21:15 +0100
commitf696e1bdb10f7b2cb139bf9048e478d9f10c5e17 (patch)
tree9396813287e6628763db21469033e458595446a5 /meta-efl/recipes-efl/e17/e-wm_0.18.3.bb
parent62526723c7d8bd2687ebd02bcc3ecb48769d9c8c (diff)
downloadmeta-openembedded-contrib-f696e1bdb10f7b2cb139bf9048e478d9f10c5e17.tar.gz
e-wm: Add recipe for 0.18.2
* keep old 0.17.* around because new enlightenment is more picky on where it will run (compositor is now mandatory) * 0.18.2 release: http://sourceforge.net/mailarchive/message.php?msg_id=31789335 * 0.18.3 release: http://sourceforge.net/mailarchive/message.php?msg_id=31895179 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.18.3.bb')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_0.18.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.3.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.3.bb
new file mode 100644
index 0000000000..ae21cc14e7
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm_0.18.3.bb
@@ -0,0 +1,20 @@
+require ${BPN}.inc
+
+SRCNAME = "enlightenment"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI = "\
+ ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
+ file://enlightenment_start.oe \
+ file://applications.menu \
+"
+
+SRC_URI[md5sum] = "9f6e6c296b88b038ac05415006c678fd"
+SRC_URI[sha256sum] = "17d207246bf10dec5a5fa854da5763e0e6dd61decde3474ff5fedffbb9dc8629"
+
+do_configure_prepend() {
+ sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac
+}
+
+PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"