diff options
Diffstat (limited to 'packages/maemo/audiofile_0.2.6-3osso4.bb')
-rw-r--r-- | packages/maemo/audiofile_0.2.6-3osso4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/maemo/audiofile_0.2.6-3osso4.bb b/packages/maemo/audiofile_0.2.6-3osso4.bb index 46c1b701cb..7b9e0c1cbe 100644 --- a/packages/maemo/audiofile_0.2.6-3osso4.bb +++ b/packages/maemo/audiofile_0.2.6-3osso4.bb @@ -5,7 +5,7 @@ LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \ WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \ -Research, Amiga IFF/8SVX, and NIST SPHERE." +Research, Amiga IFF/8SVX, and NIST SPHERE." PACKAGES += "${PN}-bin" FILES_${PN} = "${libdir}/libaudiofile*.so.*" @@ -15,7 +15,7 @@ RPROVIDES_${PN} += "audiofile" SRC_URI = "http://stage.maemo.org/pool/maemo/ossw/source/a/${PN}/${PN}_${PV}.tar.gz" -S = ${WORKDIR}/${PN}-0.2.6 +S = "${WORKDIR}/${PN}-0.2.6" inherit autotools pkgconfig binconfig |