[oe-commits] org.oe.dev gst-plugin-pulse: bypass libtool install (bogus for plugins)

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Aug 19 18:25:57 UTC 2007


gst-plugin-pulse: bypass libtool install (bogus for plugins)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 387960169bbeba8b65d10e2fe5b67e2eb433e03d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=387960169bbeba8b65d10e2fe5b67e2eb433e03d
Files:
1
packages/gstreamer/gst-plugin-pulse_0.9.4.bb
Diffs:

#
# mt diff -r7a0041cade7f1700296dcd66c1a48d3f70ee43be -r387960169bbeba8b65d10e2fe5b67e2eb433e03d
#
# 
# 
# patch "packages/gstreamer/gst-plugin-pulse_0.9.4.bb"
#  from [35af9040792f988ff48e32b2c2852c2009043d92]
#    to [1b6faaf0116a44c36595879d1ac3c0cecc52b771]
# 
============================================================
--- packages/gstreamer/gst-plugin-pulse_0.9.4.bb	35af9040792f988ff48e32b2c2852c2009043d92
+++ packages/gstreamer/gst-plugin-pulse_0.9.4.bb	1b6faaf0116a44c36595879d1ac3c0cecc52b771
@@ -1,7 +1,8 @@ DEPENDS = "gstreamer pulseaudio"
 DESCRIPTION = "GStreamer plugin for using pulse audio as sink and source"
 HOMEPAGE = "http://0pointer.de/lennart/projects/gst-pulse/"
 LICENSE = "GPL"
 DEPENDS = "gstreamer pulseaudio"
+PR = "r1"
 
 SRC_URI = "http://0pointer.de/lennart/projects/gst-pulse/gst-pulse-${PV}.tar.gz"
 S = "${WORKDIR}/gst-pulse-${PV}"
@@ -9,13 +10,19 @@ EXTRA_OECONF = "--disable-lynx"
 inherit autotools
 
 EXTRA_OECONF = "--disable-lynx"
-EXTRA_OEMAKE = "-e"
+GST_LIBV = 0.10
 
+do_install() {
+	install -d ${D}${libdir}/gstreamer-${GST_LIBV}/
+	install -m 0755 src/.libs/libgstpulse.so ${D}${libdir}/gstreamer-${GST_LIBV}
+}
+
 export GST_MODDIR=${libdir}/gstreamer-0.10
 
-FILES_${PN} = "${libdir}/gstreamer-0.10/libgstpulse.so.*"
+FILES_${PN} = "${libdir}/gstreamer-0.10/libgstpulse.so"
 FILES_${PN}-dev = "\
   ${libdir}/gstreamer-0.10/libgstpulse.a \
   ${libdir}/gstreamer-0.10/libgstpulse.la \
-  ${libdir}/gstreamer-0.10/libgstpulse.so"
+  ${libdir}/gstreamer-0.10/libgstpulse.so*"
 FILES_${PN}-dbg = "${libdir}/gstreamer-0.10/.debug"
+






More information about the Openembedded-commits mailing list