diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.18.4.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_0.18.4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.4.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.4.bb new file mode 100644 index 0000000000..0122cadbe2 --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm_0.18.4.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRCNAME = "enlightenment" | ||
| 4 | |||
| 5 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 9 | file://0001-remove-another-elm-1.8-requirement.patch \ | ||
| 10 | file://enlightenment_start.oe \ | ||
| 11 | file://applications.menu \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "d3534c765d562524c63852f2f40932c3" | ||
| 15 | SRC_URI[sha256sum] = "273afe860b65e1e39323bab80ab51e44845bcddcd25063b47eadab1c925a77c9" | ||
| 16 | |||
| 17 | do_configure_prepend() { | ||
| 18 | sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac | ||
| 19 | } | ||
| 20 | |||
| 21 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | ||
