diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 18:02:25 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 18:02:25 +0000 |
commit | ddae175d473eadf224d0514f40e5ae3a2d9f21d6 (patch) | |
tree | 991e369d9f0634eef6e82021287f2c880cd33d1f /packages/gpe-bluetooth/gpe-bluetooth_0.54.bb | |
parent | e18fa6d0854c3c5eb5744ffcd731a631795dda8e (diff) |
gpe-bluetooth-0.54: add BTS support to hciattach script
Diffstat (limited to 'packages/gpe-bluetooth/gpe-bluetooth_0.54.bb')
-rw-r--r-- | packages/gpe-bluetooth/gpe-bluetooth_0.54.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb index 1506bd4c8b..b02be325e6 100644 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.54.bb @@ -3,7 +3,7 @@ DESCRIPTION = "GPE bluetooth support user interface tool." SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" -PR = "r0" +PR = "r1" DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus" RDEPENDS = "bluez-utils-dbus blueprobe" @@ -11,4 +11,6 @@ RDEPENDS = "bluez-utils-dbus blueprobe" GPE_TARBALL_SUFFIX= "bz2" inherit gpe autotools +SRC_URI += "file://hciattach-bts.patch;patch=1" + FILES_${PN} += '${datadir}/bluez-pin' |