summaryrefslogtreecommitdiff
path: root/packages/bluez
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:55:42 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:55:42 +0000
commitee101f706452f88687f4233311e7dc89aca88afa (patch)
treeff975fd55987eef49b397e9dc5b4fe6eb9b60963 /packages/bluez
parent123c45b2d0658297c007e260acd4be91735d43cc (diff)
bluez-dtl1-workaround: PACKAGE_ARCH = "all"
Diffstat (limited to 'packages/bluez')
-rw-r--r--packages/bluez/bluez-dtl1-workaround_1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/bluez/bluez-dtl1-workaround_1.0.bb b/packages/bluez/bluez-dtl1-workaround_1.0.bb
index 7c08d347db..413d220508 100644
--- a/packages/bluez/bluez-dtl1-workaround_1.0.bb
+++ b/packages/bluez/bluez-dtl1-workaround_1.0.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "A nasty hack for for dtl1-cs driver to workaround suspend/resume.
SECTION = "console"
PRIORITY = "optional"
LICENSE = "GPL"
+PR = "r1"
SRC_URI = "file://02dtl1_cs.sh"
@@ -12,3 +13,5 @@ do_install() {
#Package 02dtl1_cs.sh, which is a nasty hack to get dtl1c_cs cards working with suspend/resume
FILES_${PN} += "${sysconfdir}/apm/"
+
+PACKAGE_ARCH = "all"