diff options
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 } |