diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb index 52634c1565..a455cad659 100644 --- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb +++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb | |||
| @@ -6,16 +6,16 @@ DEPENDS = "alsa-lib" | |||
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ | 8 | SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ |
| 9 | file://libio.patch \ | 9 | file://libio.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | LEAD_SONAME = "libaoss.so.0" | 14 | LEAD_SONAME = "libaoss.so.0" |
| 15 | 15 | ||
| 16 | do_configure_prepend () { | 16 | do_configure_prepend () { |
| 17 | touch NEWS README AUTHORS ChangeLog | 17 | touch NEWS README AUTHORS ChangeLog |
| 18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in | 18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f" | 21 | SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f" |
