diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 12:51:21 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 12:51:21 +0000 |
commit | 7c45c11af2e21babb3a4a12db9522cffb5893fa7 (patch) | |
tree | 93459eaa3b5ec7da881c2cd0c60fc710971f4a38 /packages/btsco/btsco-module_0.42.bb | |
parent | f9843b4116d14b60aeb06a1ea151e19d1d0123f6 (diff) |
btsco: unify
Diffstat (limited to 'packages/btsco/btsco-module_0.42.bb')
-rw-r--r-- | packages/btsco/btsco-module_0.42.bb | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/packages/btsco/btsco-module_0.42.bb b/packages/btsco/btsco-module_0.42.bb index 68c13a33d0..85b7790342 100644 --- a/packages/btsco/btsco-module_0.42.bb +++ b/packages/btsco/btsco-module_0.42.bb @@ -1,20 +1 @@ -DESCRIPTION = "Bluetooth-alsa headset module" -SECTION = "kernel/modules" -HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/" -LICENSE = "GPL" -DEPENDS = "alsa-lib bluez-libs" -PR = "r0" - -inherit module - -SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-${PV}.tar.gz \ - file://makefile.patch;patch=1" - -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/ -} +require btsco-module.inc |