All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 1/2] gstreamer: sync packaging with OE .dev
@ 2011-09-16  8:20 Koen Kooi
  2011-09-16  8:20 ` [RFC 2/2] gst-meta-base: adjust plugin names after gstreamer packaging changes Koen Kooi
  2011-09-16 10:09 ` [RFC 1/2] gstreamer: sync packaging with OE .dev Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2011-09-16  8:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

some text here

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../gstreamer/gst-plugins-package.inc              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
index 796df14..dae9416 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
@@ -6,8 +6,8 @@ python populate_packages_prepend () {
 	glibdir = bb.data.expand('${libdir}', d)
 
 	do_split_packages(d, glibdir, '^lib(.*)\.so\.*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True)
-	do_split_packages(d, gst_libdir, 'libgst(.*)\.so$', bb.data.expand('${PN}-%s', d), 'GStreamer plugin for %s', postinst=postinst, extra_depends=bb.data.expand('${PN}',d))
-	do_split_packages(d, gst_libdir, 'libgst(.*)\.l?a$', bb.data.expand('${PN}-%s-dev', d), 'GStreamer plugin for %s (development files)', extra_depends=bb.data.expand('${PN}-dev',d))
+	do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst, extra_depends='')
+	do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)', extra_depends='')
 	
 	pn = bb.data.getVar('PN', d, 1)
 	metapkg =  pn + '-meta'
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-09-26 18:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16  8:20 [RFC 1/2] gstreamer: sync packaging with OE .dev Koen Kooi
2011-09-16  8:20 ` [RFC 2/2] gst-meta-base: adjust plugin names after gstreamer packaging changes Koen Kooi
2011-09-16 10:09 ` [RFC 1/2] gstreamer: sync packaging with OE .dev Richard Purdie
2011-09-16 10:19   ` Martin Jansa
2011-09-16 11:00     ` Richard Purdie
2011-09-16 11:06       ` Phil Blundell
2011-09-16 13:38         ` Richard Purdie
2011-09-22 11:32           ` Koen Kooi
2011-09-26 18:38             ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.