From: Saul Wold Date: Thu, 11 Nov 2010 23:14:02 +0000 (-0800) Subject: libsndfile: Upgrade to 1.0.23 X-Git-Tag: 2011-1~3986 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=041fc758e250a70a19ee2019e82fd9ed7e3b7101;p=openembedded-core.git libsndfile: Upgrade to 1.0.23 Renamed and moved to recipes-multimedia Signed-off-by: Saul Wold --- diff --git a/meta/recipes-tbd/libsndfile/libsndfile1/acincludefix.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch similarity index 100% rename from meta/recipes-tbd/libsndfile/libsndfile1/acincludefix.patch rename to meta/recipes-multimedia/libsndfile/libsndfile1/acincludefix.patch diff --git a/meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch b/meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch similarity index 100% rename from meta/recipes-tbd/libsndfile/libsndfile1/add-cxx.patch rename to meta/recipes-multimedia/libsndfile/libsndfile1/add-cxx.patch diff --git a/meta/recipes-tbd/libsndfile/libsndfile1_1.0.17.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb similarity index 72% rename from meta/recipes-tbd/libsndfile/libsndfile1_1.0.17.bb rename to meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb index e46e3e15c0..c5a3983538 100644 --- a/meta/recipes-tbd/libsndfile/libsndfile1_1.0.17.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb @@ -3,13 +3,15 @@ HOMEPAGE = "http://www.mega-nerd.com/libsndfile" AUTHOR = "Erik de Castro Lopo" DEPENDS = "sqlite3" SECTION = "libs/multimedia" -LICENSE = "LGPL" -PR = "r4" +LICENSE = "LGPLv2.1" +PR = "r0" -SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ +SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz \ file://acincludefix.patch;patch=1 \ file://add-cxx.patch;patch=1" +LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" + S = "${WORKDIR}/libsndfile-${PV}" inherit autotools lib_package pkgconfig