diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
commit | f6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch) | |
tree | 2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/maemo/audiofile_0.2.6-3osso4.bb | |
parent | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff) |
another set of parse errors fixing
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 |