[oe-commits] [meta-openembedded] 07/08: libao: update to 1.2.0

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 12:03:26 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 125812a9384d1e9b6d2e9445a6cfb39ff3db040d
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Mar 5 08:44:00 2016 -0500

    libao: update to 1.2.0
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-multimedia/libao/{libao_1.1.0.bb => libao_1.2.0.bb}     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb b/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb
similarity index 86%
rename from meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
rename to meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb
index 04e8461..3991f02 100644
--- a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb
+++ b/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb
@@ -8,11 +8,12 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI="http://downloads.xiph.org/releases/ao/${BP}.tar.gz"
-SRC_URI[md5sum] = "2b2508c29bc97e4dc218fa162cf883c8"
-SRC_URI[sha256sum] = "29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4"
+SRC_URI[md5sum] = "9f5dd20d7e95fd0dd72df5353829f097"
+SRC_URI[sha256sum] = "03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf"
 
 inherit autotools
 
+PACKAGES += "${BPN}-ckport"
 PACKAGES_DYNAMIC += "^${BPN}-plugin-.*"
 
 do_install_append () {
@@ -30,3 +31,4 @@ PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio'
 PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound"
 PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
+FILES_${BPN}-ckport = "${libdir}/ckport"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list