[oe-commits] Koen Kooi : gst-plugin-gles: use proper gst-plugin packaging

git version control git at git.openembedded.org
Mon Mar 8 11:51:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a212215626d868f31e5e19a02a79f53b7eabcc8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a212215626d868f31e5e19a02a79f53b7eabcc8

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar  8 12:50:43 2010 +0100

gst-plugin-gles: use proper gst-plugin packaging

---

 recipes/gstreamer/gst-plugin-gles_git.bb |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/recipes/gstreamer/gst-plugin-gles_git.bb b/recipes/gstreamer/gst-plugin-gles_git.bb
index 90c27c6..60b1ae5 100644
--- a/recipes/gstreamer/gst-plugin-gles_git.bb
+++ b/recipes/gstreamer/gst-plugin-gles_git.bb
@@ -1,9 +1,11 @@
+require gst-plugins-package.inc
+
 DESCRIPTION = "GStreamer OpenGL/GLES2 plugins"
 LICENSE = "LGPL"
 
 SRCREV = "3d5ba149ee8c290bf9995cd2f6826b0ff2920adf"
 
-PR = "r2"
+PR = "r3"
 PR_append = "+gitr${SRCREV}"
 PV = "0.10"
 
@@ -18,7 +20,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--disable-tests --disable-examples"
+EXTRA_OECONF = "   --disable-rpath --disable-tests --disable-examples"
 
 do_configure_prepend () {
 	cp -rf ${WORKDIR}/gstreamer-0.10.23/common/* ${S}/common/
@@ -36,7 +38,6 @@ do_configure () {
 		sed -i -e 's:-Wl,-rpath-link,${STAGING_LIBDIR}::g' -e s:\Werror\:\Wno-error\:g $i
 	done
 }
-
 GST_LIBV = 0.10
 
 do_install() {
@@ -45,15 +46,6 @@ do_install() {
 	install -m 0755 gst-libs/gst/gl/.libs/libgstgl-0.10.so.0.0.0 ${D}${libdir}/libgstgl-0.10.so.0
 }
 
-
-FILES_${PN} = "${libdir}/gstreamer-0.10/libgstopengl.so \
-               ${libdir}/libgstgl-0.10.so.0"
-
-FILES_${PN}-dev += "\
-  ${libdir}/gstreamer-0.10/libgstopengl.* \
-"
-
-FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
-
-INSANE_SKIP_${PN} = True
+# bad rpaths we can't get rid off..
+INSANE_SKIP_gst-plugin-opengl = True
 





More information about the Openembedded-commits mailing list