aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-06 15:26:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:49:31 +0000
commitc7f0d76faf79947ff48e07c807e71120f08a1142 (patch)
tree36a5fa00598c0b4a74515f4e0666adde0947bcb1 /meta/recipes-bsp
parentb65041b6deba496e1620f4f6645a50104899e39d (diff)
downloadopenembedded-core-contrib-c7f0d76faf79947ff48e07c807e71120f08a1142.tar.gz
zaurusd: remove
Despite the fact that it's currently specific to the Sharp Zaurus, we kept this in OE-Core up to now as a potential basis for better handling of device-specific customisations for a wider range of devices. Whilst moving device-specific customisations to a more central point is still a laudable goal, these days such functionality probably wouldn't be implemented on top of zaurusd or even in the same way as zaurusd, and thus it makes sense to leave its recipe to be maintained in the meta-handheld layer (where a current recipe already exists.) (From OE-Core rev: 3255b9de49c8b4d74cce3a2a0e750d3d3e698b59) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/zaurusd/zaurusd_git.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb
deleted file mode 100644
index b1c0e282a1..0000000000
--- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Daemon to handle device-specific features"
-SECTION = "base"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "tslib"
-RDEPENDS_${PN} = "xrandr"
-
-SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2"
-PV = "0.1+git${SRCPV}"
-
-SRC_URI = "git://git.yoctoproject.org/${BPN}"
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit autotools pkgconfig update-rc.d
-
-INITSCRIPT_NAME = "zaurusd"
-INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."