diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-efl/recipes-efl/e17/exalt_svn.bb | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/exalt_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/exalt_svn.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb deleted file mode 100644 index 9e63f1bc28..0000000000 --- a/meta-efl/recipes-efl/e17/exalt_svn.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Exalt is a network manager for the windows manager Enlightenment DR17" | ||
| 2 | HOMEPAGE = "http://watchwolf.fr/wiki/doku.php?id=exalt" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 6 | |||
| 7 | DEPENDS = "elementary vpnc wpa-supplicant ecore eet edbus" | ||
| 8 | RDEPENDS_${PN} = "vpnc wpa-supplicant" | ||
| 9 | |||
| 10 | PV = "0.9+svnr${SRCPV}" | ||
| 11 | SRCREV = "${EFL_SRCREV}" | ||
| 12 | |||
| 13 | inherit e | ||
| 14 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 15 | S = "${WORKDIR}/${SRCNAME}" | ||
| 16 | |||
| 17 | EXTRA_OECONF = " \ | ||
| 18 | --with-wpa_supplicant=${sbindir}/wpa_supplicant \ | ||
| 19 | --with-vpnc=${sbindir}/vpnc \ | ||
| 20 | --with-vpnc-disconnect=${sbindir}/vpnc-disconnect \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install_append() { | ||
| 24 | # install dbus config file | ||
| 25 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | ||
| 26 | install -m 0644 ${S}/data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf | ||
| 27 | |||
| 28 | # install dbus service file | ||
| 29 | install -d ${D}${datadir}/dbus-1/system-services/ | ||
| 30 | install -m 0644 ${B}/org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ | ||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} += "${datadir}/dbus-1" | ||
| 34 | |||
| 35 | |||
| 36 | PNBLACKLIST[exalt] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
