btsco: fixed path in patch, added PR and RDEPENDS fields in .bb
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Mon, 27 Feb 2006 13:36:51 +0000 (13:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 27 Feb 2006 13:36:51 +0000 (13:36 +0000)
packages/btsco/btsco-module-0.41/makefile.patch
packages/btsco/btsco-module_0.41.bb
packages/btsco/btsco_0.41.bb

index cf57b59..a7beb54 100644 (file)
@@ -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 @@
  
  
index c4997cf..4122bf8 100644 (file)
@@ -3,6 +3,7 @@ SECTION = "kernel/modules"
 HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/"
 LICENSE = "GPL"
 DEPENDS = "alsa-lib bluez-libs"
+PR = "r1"
 
 inherit module
 
index dae5877..a80d44d 100644 (file)
@@ -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