[oe-commits] Roger Monk : ti-gst-ducati: Update to latest SRCREV, package libs

git version control git at git.openembedded.org
Sun Mar 27 15:42:41 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 2f62a10f6e45796e6c17ad11d6a7c976009b4cee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f62a10f6e45796e6c17ad11d6a7c976009b4cee

Author: Roger Monk <r-monk at ti.com>
Date:   Fri Mar 25 14:50:16 2011 +0000

ti-gst-ducati: Update to latest SRCREV, package libs

* Update to latest commit
   * Switch to use latest gstreamer included depends
   * Fix lib packaging
   * Bump PR

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/gst-ducati_git.bb |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/recipes/ti/gst-ducati_git.bb b/recipes/ti/gst-ducati_git.bb
index dec9dcc..49ac244 100644
--- a/recipes/ti/gst-ducati_git.bb
+++ b/recipes/ti/gst-ducati_git.bb
@@ -5,25 +5,26 @@ LICENSE = "LGPLv2.1"
 inherit autotools
 
 PV = "0.10.0"
-PR = "r2"
+PR = "r3"
 PR_append = "+gitr${SRCREV}"
 
-SRCREV = "bd235864a96fe9fc06df69bc9fc457d0408d9756"
+SRCREV = "2c30e033e5014903a61ad9b483627ff2e320b35a"
 SRC_URI = "git://github.com/robclark/gst-ducati.git;protocol=git \
-           http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.31.tar.bz2;name=archive \
+           http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.32.tar.bz2;name=archive \
 "
 
-SRC_URI[archive.md5sum] = "a21fb08bdb578d972c7c14e77da8fbb6"
-SRC_URI[archive.sha256sum] = "7f737e6d047c1ebeb4e1e0725fc377c5d9f12ee89186de7960be3cbba709ab84"
+SRC_URI[archive.md5sum] = "442bc3d37b8511a73379143e7531d726"
+SRC_URI[archive.sha256sum] = "3bf4e46a186ee9a1f5e212aaf651d67cffb4f5f05345a7c99ae71d5d992be133"
 
 S = "${WORKDIR}/git"
 
 acpaths = "-I m4 -I common/m4"
 
 do_configure_prepend () {
-	rm -rf ${S}/common ${S}/po
-    cp -Rf ${WORKDIR}/gstreamer-0.10.31/common ${S}/
-    cp -Rf ${WORKDIR}/gstreamer-0.10.31/po ${S}/
+
+    rm -rf ${S}/common ${S}/po
+    cp -Rf ${WORKDIR}/gstreamer-0.10.32/common ${S}/
+    cp -Rf ${WORKDIR}/gstreamer-0.10.32/po ${S}/
 
     if test -f po/Makefile.in.in;
     then
@@ -33,3 +34,7 @@ do_configure_prepend () {
     patch -p0 < common/gettext.patch
 }
 
+FILES_${PN}     += "${libdir}/gstreamer-0.10/*.so ${sysconfdir} ${installdir}"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.la"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
+





More information about the Openembedded-commits mailing list