summaryrefslogtreecommitdiff
path: root/alsa-oss
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
commitda9e38236f66050e87d8bd2c8f05f2326282aa58 (patch)
treeb9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /alsa-oss
parenteaf972b286b334de7e24cf399de92627f89f3175 (diff)
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'alsa-oss')
-rw-r--r--alsa-oss/alsa-oss_1.0.4.oe1
-rw-r--r--alsa-oss/alsa-oss_1.0.5.oe18
2 files changed, 19 insertions, 0 deletions
diff --git a/alsa-oss/alsa-oss_1.0.4.oe b/alsa-oss/alsa-oss_1.0.4.oe
index a026b4d97f..5aee0f40cb 100644
--- a/alsa-oss/alsa-oss_1.0.4.oe
+++ b/alsa-oss/alsa-oss_1.0.4.oe
@@ -1,5 +1,6 @@
DESCRIPTION = "Alsa OSS Compatibility Package"
MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
+SECTION = "base"
LICENSE = "GPL"
DEPENDS = "alsa-lib"
diff --git a/alsa-oss/alsa-oss_1.0.5.oe b/alsa-oss/alsa-oss_1.0.5.oe
index e69de29bb2..5aee0f40cb 100644
--- a/alsa-oss/alsa-oss_1.0.5.oe
+++ b/alsa-oss/alsa-oss_1.0.5.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "Alsa OSS Compatibility Package"
+MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
+SECTION = "base"
+LICENSE = "GPL"
+DEPENDS = "alsa-lib"
+
+SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure_prepend () {
+ touch NEWS README AUTHORS ChangeLog
+}
+
+do_stage () {
+ oe_libinstall -C alsa -a -so libaoss ${STAGING_LIBDIR}
+ oe_libinstall -C alsa -a -so libalsatoss ${STAGING_LIBDIR}
+}