blob: 0d65ca0bf5e7e219a826ee4d1f23da8774d0192c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 \
file://0001-Fix-incorrect-message-type.patch \
"
SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece"
SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb"
do_configure_prepend() {
sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac
}
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|