From ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 27 Apr 2017 11:04:51 +0200 Subject: 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 --- meta-efl/recipes-efl/e17/e-tasks_git.bb | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 meta-efl/recipes-efl/e17/e-tasks_git.bb (limited to 'meta-efl/recipes-efl/e17/e-tasks_git.bb') diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb deleted file mode 100644 index 7eab6d0f0e..0000000000 --- a/meta-efl/recipes-efl/e17/e-tasks_git.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "e-tasks is a todo program for Openmoko phones" -HOMEPAGE = "http://code.google.com/p/e-tasks/" -AUTHOR = "cchandel" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" -SECTION = "e/apps" -DEPENDS = "elementary eina eldbus sqlite3" - -inherit autotools - -SRCREV = "890f5ee37d1a5fd1ceb2495950d15151d4cf756b" -PV = "0.0.2+gitr${SRCPV}" - -SRC_URI = "git://github.com/shr-project/e-tasks.git" -SRC_URI += "file://0001-dbus-stuff-Convert-to-eldbus.patch" - -S = "${WORKDIR}/git" - -do_install_append() { - install -d "${D}/${datadir}/pixmaps" - install -m 0644 "${S}/resources/e-tasks.png" "${D}/${datadir}/pixmaps" - install -d "${D}/${datadir}/applications" - install -m 0644 "${S}/resources/e-tasks.desktop" "${D}/${datadir}/applications" - install -d "${D}/${datadir}/e-tasks" - for ico in "${S}/resources/"*.png; do - if [ "$(basename $ico)" != "e-tasks.png" ]; then - install -m 0644 $ico "${D}/${datadir}/e-tasks" - fi - done -} - -FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" - -PNBLACKLIST[e-tasks] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" -- cgit 1.2.3-korg