diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-02-16 02:03:05 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:31 +0100 |
| commit | 7c4380cf76fc66805237227481529717fec4ff2c (patch) | |
| tree | 668726b0db73a530addcb14bff2c65d4c3444b46 | |
| parent | 54a836cb0f33391252627ef8b7d0668d5de87b81 (diff) | |
| download | meta-openembedded-7c4380cf76fc66805237227481529717fec4ff2c.tar.gz | |
elsa: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-efl/recipes-efl/efl/elsa_svn.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb index a079ec0365..70b56bd8c9 100644 --- a/meta-efl/recipes-efl/efl/elsa_svn.bb +++ b/meta-efl/recipes-efl/efl/elsa_svn.bb | |||
| @@ -13,23 +13,14 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 13 | 13 | ||
| 14 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" | 14 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" |
| 15 | 15 | ||
| 16 | PR = "r4" | 16 | PR = "r5" |
| 17 | PV = "0.0.4+svnr${SRCPV}" | 17 | PV = "0.0.4+svnr${SRCPV}" |
| 18 | SRCREV = "${EFL_SRCREV}" | 18 | SRCREV = "${EFL_SRCREV}" |
| 19 | 19 | ||
| 20 | do_install_append() { | ||
| 21 | install -d ${D}${base_libdir}/systemd/system/ | ||
| 22 | install -m 0644 ${WORKDIR}/xserver-nodm.service ${D}${base_libdir}/systemd/system/xserver-nodm.service | ||
| 23 | } | ||
| 24 | |||
| 25 | inherit systemd | 20 | inherit systemd |
| 26 | SYSTEMD_PACKAGES = "${PN}-systemd" | 21 | SYSTEMD_PACKAGES = "${PN}-systemd" |
| 27 | SYSTEMD_SERVICE = "xserver-nodm.service" | 22 | SYSTEMD_SERVICE = "xserver-nodm.service" |
| 28 | 23 | ||
| 29 | PACKAGES =+ "${PN}-systemd" | ||
| 30 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
| 31 | RDEPENDS_${PN}-systemd += "${PN}" | ||
| 32 | |||
| 33 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" | 24 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" |
| 34 | CONFFILES_${PN} += "${sysconfdir}/elsa.conf" | 25 | CONFFILES_${PN} += "${sysconfdir}/elsa.conf" |
| 35 | RCONFLICTS_${PN} += "xserver-nodm-init" | 26 | RCONFLICTS_${PN} += "xserver-nodm-init" |
