diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-29 15:50:22 +0200 |
---|---|---|
committer | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-29 15:50:22 +0200 |
commit | 95d884b7883c974334747b9adab8274140d056dd (patch) | |
tree | d724b0817997b3da789a96c15805c150bc68f146 /recipes/alsa/alsa-oss_1.0.17.bb | |
parent | cfcd292c81cbd92932840e52f05c64bb98ce61e0 (diff) |
alsa-oss: fix aoss and convert to new staging
* as libaoss.so is in -dev it has to be renamed in aoss
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/alsa/alsa-oss_1.0.17.bb')
-rw-r--r-- | recipes/alsa/alsa-oss_1.0.17.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/alsa/alsa-oss_1.0.17.bb b/recipes/alsa/alsa-oss_1.0.17.bb index cb77cc6759..fcd154b93b 100644 --- a/recipes/alsa/alsa-oss_1.0.17.bb +++ b/recipes/alsa/alsa-oss_1.0.17.bb @@ -2,19 +2,17 @@ DESCRIPTION = "Alsa OSS Compatibility Package" SECTION = "libs/multimedia" LICENSE = "GPL" DEPENDS = "alsa-lib" +PR = "r1" SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ file://libio.patch;patch=1 \ " -inherit autotools +inherit autotools_stage LEAD_SONAME = "libaoss.so.0" do_configure_prepend () { touch NEWS README AUTHORS ChangeLog -} - -do_stage () { - autotools_stage_all + sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in } |