diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-05-28 18:41:37 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 18:41:37 +0000 |
| commit | 3694ac79fed760ce35b6613473281bb3b5e7ddc1 (patch) | |
| tree | 7e95608c8d942582e74ef3c3f1254a71f2ce6a34 | |
| parent | 7c20a4dd2907fe24ba1967344e95eb1e2948d358 (diff) | |
bluez-utils: apply 0x0,0x0 -> bcps patch for all distributions
| -rw-r--r-- | packages/bluez/bluez-utils.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc index db5ddf066d..e71f2cef87 100644 --- a/packages/bluez/bluez-utils.inc +++ b/packages/bluez/bluez-utils.inc @@ -15,9 +15,8 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://02dtl1_cs.sh" # Almost all serial CF cards w/ manfid 0x0000,0x0000 seem to use the bcs protocol -# Let's default to that instead of 'any' and see if we break something with that -SRC_URI_append_familiar = " file://default-manfid-0x0-to-bcps.patch;patch=1" -SRC_URI_append_openzaurus = " file://default-manfid-0x0-to-bcps.patch;patch=1" +# Let's default to that instead of 'any' until further notice... +SRC_URI += " file://default-manfid-0x0-to-bcps.patch;patch=1" S = "${WORKDIR}/bluez-utils-${PV}" |
