From 5275297b93e9c7aed1619fd607ba52e089c33043 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 7 Jul 2011 17:04:10 +0100 Subject: bluez-dtl1-workaround: deleted (From OE-Core rev: 8b524d44a74b7501e83c6aecde4814ae69617dc8) Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- .../bluez/bluez-dtl1-workaround_1.0.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb (limited to 'meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb') diff --git a/meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb b/meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb deleted file mode 100644 index b6b3d7dcfd..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "A nasty hack for for dtl1-cs driver to workaround suspend/resume." -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" -SECTION = "console" -PRIORITY = "optional" -PR = "r3" - -SRC_URI = "file://02dtl1_cs.sh \ - file://COPYING.patch" - -inherit allarch - -do_install() { - install -d ${D}${sysconfdir}/apm/event.d/ - install -m 0755 ${WORKDIR}/02dtl1_cs.sh ${D}${sysconfdir}/apm/event.d/ -} - -#Package 02dtl1_cs.sh, which is a nasty hack to get dtl1c_cs cards working with suspend/resume -FILES_${PN} += "${sysconfdir}/apm/" -- cgit v1.2.3-54-g00ecf