diff options
Diffstat (limited to 'recipes/alsa/alsa-oss_1.0.17.bb')
-rw-r--r-- | recipes/alsa/alsa-oss_1.0.17.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-oss_1.0.17.bb b/recipes/alsa/alsa-oss_1.0.17.bb new file mode 100644 index 0000000000..cb77cc6759 --- /dev/null +++ b/recipes/alsa/alsa-oss_1.0.17.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Alsa OSS Compatibility Package" +SECTION = "libs/multimedia" +LICENSE = "GPL" +DEPENDS = "alsa-lib" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ + file://libio.patch;patch=1 \ + " + +inherit autotools + +LEAD_SONAME = "libaoss.so.0" + +do_configure_prepend () { + touch NEWS README AUTHORS ChangeLog +} + +do_stage () { + autotools_stage_all +} |