aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-09-09 18:04:00 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:37:23 +0200
commit005518ca60c946f3cd31a8e34b363d16184a7306 (patch)
treebe39646ccf89bdff6c22b8d626e5846808208c8a /meta-oe/recipes-multimedia
parent48f0a2d98fde8796f143ff35492af66cbd91d1d7 (diff)
downloadmeta-openembedded-contrib-005518ca60c946f3cd31a8e34b363d16184a7306.tar.gz
libcdio: update to 0.93
Build test for recipes depending on libcdio: * gst-plugins-ugly_0.10.19.bb with PACAKGECONFIG += "cdio" * gstreamer1.0-plugins-ugly with PACAKGECONFIG += "cdio" * mpd xbmc was not tested it is blacklisted for a while Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb (renamed from meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
index 8cf393dcab..f21f91446e 100644
--- a/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb
+++ b/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
@@ -8,14 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "ncurses"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
-SRC_URI[md5sum] = "1c29b18e01ab2b966162bc727bf3c360"
-SRC_URI[sha256sum] = "1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39"
+SRC_URI[md5sum] = "d154476feaac5a7b5f180e83eaf3d689"
+SRC_URI[sha256sum] = "4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975"
inherit autotools pkgconfig
-EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no --disable-rpath"
-DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g"
-
PACKAGES += "${PN}-utils"
FILES_${PN} = "${libdir}/${PN}${SOLIB}"