diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-10 11:55:35 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:43 +0200 |
| commit | 886738268ae524dc9345c00f1e33fc9ced4939a9 (patch) | |
| tree | 006e841873cd01b527ff906712209d82252f3e90 /meta-efl/recipes-efl/efl/elsa_svn.bb | |
| parent | e823cd104ce6341f8d27ac411d84856f549d80d3 (diff) | |
| download | meta-openembedded-886738268ae524dc9345c00f1e33fc9ced4939a9.tar.gz | |
elsa: rename to entrance
* elsa was killed in r75060 and reintroduced in r75061 with old name - entrance
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elsa_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/elsa_svn.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/elsa_svn.bb deleted file mode 100644 index e23a694dbb..0000000000 --- a/meta-efl/recipes-efl/efl/elsa_svn.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Login manager for Enlightenment" | ||
| 2 | DEPENDS = "efreet eina eet ecore elementary" | ||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | SECTION = "e/apps" | ||
| 6 | |||
| 7 | PR = "r2" | ||
| 8 | |||
| 9 | inherit e gettext | ||
| 10 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | ||
| 11 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ | ||
| 12 | " | ||
| 13 | S = "${WORKDIR}/${SRCNAME}" | ||
| 14 | |||
| 15 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" | ||
| 16 | |||
| 17 | PV = "0.0.4+svnr${SRCPV}" | ||
| 18 | SRCREV = "${EFL_SRCREV}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" | ||
| 21 | CONFFILES_${PN} += "${sysconfdir}/elsa.conf" | ||
| 22 | RCONFLICTS_${PN} += "xserver-nodm-init" | ||
| 23 | RREPLACES_${PN} += "xserver-nodm-init" | ||
