From 041fc758e250a70a19ee2019e82fd9ed7e3b7101 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 11 Nov 2010 15:14:02 -0800 Subject: [PATCH] libsndfile: Upgrade to 1.0.23 Renamed and moved to recipes-multimedia Signed-off-by: Saul Wold --- .../libsndfile/libsndfile1/acincludefix.patch | 0 .../libsndfile/libsndfile1/add-cxx.patch | 0 .../libsndfile/libsndfile1_1.0.23.bb} | 8 +++++--- 3 files changed, 5 insertions(+), 3 deletions(-) rename meta/{recipes-tbd => recipes-multimedia}/libsndfile/libsndfile1/acincludefix.patch (100%) rename meta/{recipes-tbd => recipes-multimedia}/libsndfile/libsndfile1/add-cxx.patch (100%) rename meta/{recipes-tbd/libsndfile/libsndfile1_1.0.17.bb => recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb} (72%) 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 -- 2.40.1