diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-02-27 13:36:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-27 13:36:51 +0000 |
commit | 61babc07d3e9211a60fe511eb7c41e0ea41f76ed (patch) | |
tree | 898e30a1e8a22f56aa65b67f7f872b91ece93c9f /packages/btsco | |
parent | 86ce70498fe49f9203417553a449eebab2ea3817 (diff) |
btsco: fixed path in patch, added PR and RDEPENDS fields in .bb
Diffstat (limited to 'packages/btsco')
-rw-r--r-- | packages/btsco/btsco-module-0.41/makefile.patch | 4 | ||||
-rw-r--r-- | packages/btsco/btsco-module_0.41.bb | 1 | ||||
-rw-r--r-- | packages/btsco/btsco_0.41.bb | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/packages/btsco/btsco-module-0.41/makefile.patch b/packages/btsco/btsco-module-0.41/makefile.patch index cf57b59475..a7beb54761 100644 --- a/packages/btsco/btsco-module-0.41/makefile.patch +++ b/packages/btsco/btsco-module-0.41/makefile.patch @@ -1,5 +1,5 @@ ---- btsco-0.41/kernel/Makefile.orig 2006-01-13 00:32:58.000000000 +0100 -+++ btsco-0.41/kernel/Makefile 2006-01-13 00:33:35.000000000 +0100 +--- kernel/Makefile.orig 2006-01-13 00:32:58.000000000 +0100 ++++ kernel/Makefile 2006-01-13 00:33:35.000000000 +0100 @@ -10,10 +10,10 @@ diff --git a/packages/btsco/btsco-module_0.41.bb b/packages/btsco/btsco-module_0.41.bb index c4997cf5bd..4122bf86c4 100644 --- a/packages/btsco/btsco-module_0.41.bb +++ b/packages/btsco/btsco-module_0.41.bb @@ -3,6 +3,7 @@ SECTION = "kernel/modules" HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/" LICENSE = "GPL" DEPENDS = "alsa-lib bluez-libs" +PR = "r1" inherit module diff --git a/packages/btsco/btsco_0.41.bb b/packages/btsco/btsco_0.41.bb index dae5877483..a80d44dccb 100644 --- a/packages/btsco/btsco_0.41.bb +++ b/packages/btsco/btsco_0.41.bb @@ -2,7 +2,9 @@ DESCRIPTION = "Bluetooth-alsa headset tool" HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/" LICENSE = "GPL" MAINTAINER = "Robert Woerle <robert@linuxdevelopment.de>" +RDEPENDS = "alsa-lib bluez-libs" DEPENDS = "alsa-lib bluez-libs" +PR = "r1" inherit autotools pkgconfig |