From: Frans Meulenbroeks Date: Mon, 27 Feb 2006 13:36:51 +0000 (+0000) Subject: btsco: fixed path in patch, added PR and RDEPENDS fields in .bb X-Git-Tag: Release-2010-05/1~9453^2~2304^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61babc07d3e9211a60fe511eb7c41e0ea41f76ed;p=openembedded.git btsco: fixed path in patch, added PR and RDEPENDS fields in .bb --- 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 " +RDEPENDS = "alsa-lib bluez-libs" DEPENDS = "alsa-lib bluez-libs" +PR = "r1" inherit autotools pkgconfig