diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-09-18 21:30:32 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-09-18 21:30:32 +0000 |
commit | f6216b328b25e2aac3cfb1a10aecd7daffb26dc2 (patch) | |
tree | e3e0f40c38a0281b59dd90abb7065ab58f48e8fb | |
parent | 12fd9d438d1fc20bbd6b6903729fd5e3957afd4d (diff) |
bluez/bluez-utils3.inc : correct quote at end of SRC_URI
-rw-r--r-- | packages/bluez/bluez-utils3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils3.inc b/packages/bluez/bluez-utils3.inc index 8573f45ad6..ddf90a2248 100644 --- a/packages/bluez/bluez-utils3.inc +++ b/packages/bluez/bluez-utils3.inc @@ -10,7 +10,7 @@ LICENSE = "GPL" # ti patch doesn't apply, people using it should rediff it and send it upstream SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ - file://hcid.conf \ + file://hcid.conf " # file://hciattach-ti-bts.patch;patch=1 \ S = "${WORKDIR}/bluez-utils-${PV}" |