diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 10:09:52 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 10:09:52 +0000 |
commit | 02e1e481c64ff5fbc4e5e4e611cc64c1b61eb1d6 (patch) | |
tree | f5801b035c5befe738131b3da84ad99cd469efd4 /packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb | |
parent | 7943a48178b7ee06a8416a9fa4b461d65cfdaaf5 (diff) |
opie-bluetoothapplet cvs: Patch to get BT params from /etc/sysconfig/bluetooth
* instead of hardcoding in C++ code.
* Originally by Slavek Banko, http://handhelds.org/hypermail/opie-devel/29/2946.html
* Submitted upstream as http://opie-bugs.oszine.de/view.php?id=1838
Diffstat (limited to 'packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb')
-rw-r--r-- | packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb b/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb index bf9cc5689b..a919c3094b 100644 --- a/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb +++ b/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb @@ -1,6 +1,8 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" +PR = "r1" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/applet \ - ${HANDHELDS_CVS};module=opie/pics/bluetoothapplet" + ${HANDHELDS_CVS};module=opie/pics/bluetoothapplet \ + file://sysconfig-bluetooth.patch;patch=1" |