summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-07-07 17:04:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-12 15:19:08 +0100
commit8b524d44a74b7501e83c6aecde4814ae69617dc8 (patch)
tree1d20ab1d28d7e49dad4d82e4eb64b592852f9ee6 /meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb
parenta78b644a8aebd078b9cc51bf7d102feef8191d95 (diff)
downloadopenembedded-core-8b524d44a74b7501e83c6aecde4814ae69617dc8.tar.gz
openembedded-core-8b524d44a74b7501e83c6aecde4814ae69617dc8.tar.bz2
openembedded-core-8b524d44a74b7501e83c6aecde4814ae69617dc8.tar.xz
openembedded-core-8b524d44a74b7501e83c6aecde4814ae69617dc8.zip
bluez-dtl1-workaround: deleted
Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez-dtl1-workaround_1.0.bb19
1 files changed, 0 insertions, 19 deletions
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 b6b3d7dcf..000000000
--- 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/"