summaryrefslogtreecommitdiff
path: root/packages/btsco/btsco-module_0.41.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-19 12:51:21 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-19 12:51:21 +0000
commit7c45c11af2e21babb3a4a12db9522cffb5893fa7 (patch)
tree93459eaa3b5ec7da881c2cd0c60fc710971f4a38 /packages/btsco/btsco-module_0.41.bb
parentf9843b4116d14b60aeb06a1ea151e19d1d0123f6 (diff)
btsco: unify
Diffstat (limited to 'packages/btsco/btsco-module_0.41.bb')
-rw-r--r--packages/btsco/btsco-module_0.41.bb21
1 files changed, 2 insertions, 19 deletions
diff --git a/packages/btsco/btsco-module_0.41.bb b/packages/btsco/btsco-module_0.41.bb
index 4122bf86c4..46f647998b 100644
--- a/packages/btsco/btsco-module_0.41.bb
+++ b/packages/btsco/btsco-module_0.41.bb
@@ -1,20 +1,3 @@
-DESCRIPTION = "Bluetooth-alsa headset module"
-SECTION = "kernel/modules"
-HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/"
-LICENSE = "GPL"
-DEPENDS = "alsa-lib bluez-libs"
-PR = "r1"
-
-inherit module
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-0.41.tar.gz \
- file://makefile.patch;patch=1"
+require btsco-module.inc
-S = "${WORKDIR}/btsco-${PV}/kernel"
-
-MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make -e'"
-
-do_install() {
- install -m 0755 -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra
- install -m 0644 ${S}/snd-bt-sco${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra/
-}
+PR = "r1"