diff options
author | Chris Lord <chris@openedhand.com> | 2004-10-18 13:33:46 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-10-18 13:33:46 +0000 |
commit | dfcdb1ea5e302d587686cf1027aea32a803875fe (patch) | |
tree | 8de0d6decfc09a652b23d8d85e1e8fa041776984 /gpe-bluetooth | |
parent | ebb8982670d97ee82bafeaa430a436eb8874bf3f (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/10/18 14:33:12+01:00 (none)!cwiiis
Add missing patches from previous gtk versions to current.
2004/10/18 14:32:04+01:00 (none)!cwiiis
Fix building of gpe-bluetooth and librsvg
BKrev: 4173c63aMGFdm98dOb2bGMOspnanHg
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch | 0 | ||||
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.37.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch b/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-bluetooth/gpe-bluetooth-0.37/change-sdp-to-bluetooth.patch diff --git a/gpe-bluetooth/gpe-bluetooth_0.37.oe b/gpe-bluetooth/gpe-bluetooth_0.37.oe index eccf1e36ee..11ba322f39 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.37.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.37.oe @@ -6,7 +6,8 @@ RDEPENDS = "bluez-utils blueprobe" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r0" +PR = "r1" FILES_${PN} += '${datadir}/bluez-pin' +SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1" |