diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 11:21:19 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 11:21:19 +0000 |
commit | ee8aefa8e88756bd6b71c59b60a221de38bb5d95 (patch) | |
tree | 2ad787bed29ead368455f15414bace2bfc585745 /packages/bluez/bluez-utils_3.14.bb | |
parent | c8f751ae98aec3a058fe13a559558550e831fe3e (diff) |
bluez-utils: Fix breakage of bluetooth on htcuniversal by re-adding essential patch.
Diffstat (limited to 'packages/bluez/bluez-utils_3.14.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils_3.14.bb b/packages/bluez/bluez-utils_3.14.bb index 5ea1429641..237a1aff0d 100644 --- a/packages/bluez/bluez-utils_3.14.bb +++ b/packages/bluez/bluez-utils_3.14.bb @@ -4,8 +4,9 @@ DEPENDS += "glib-2.0" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://hcid.conf \ + file://hciattach-ti-bts.patch;patch=1 \ " -PR = "r0" +PR = "r1" EXTRA_OECONF = " \ --enable-bccmd \ |