All of lore.kernel.org
 help / color / mirror / Atom feed
* [for master PATCH] gstreamer: Add missing FILES_PN to populate rootfs
@ 2014-11-26  8:31 Karthik Ramanan
  2014-12-03  1:45 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Karthik Ramanan @ 2014-11-26  8:31 UTC (permalink / raw)
  To: meta-arago

All the libraries and binaries from GST, base-plugins,
good-plugins and bad-plugins need to be populated into
the target filesystem.

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../gstreamer/gst-plugins-package-mm-accel.inc     |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-package-mm-accel.inc b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-package-mm-accel.inc
index a1c81f3..68f643c 100644
--- a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-package-mm-accel.inc
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-package-mm-accel.inc
@@ -15,3 +15,5 @@ python split_gstreamer10_packages () {
     do_split_packages(d, gst_libdir, 'libgst(.*)\.la$', d.expand('${PN}-%s-dev'), 'GStreamer plugin for %s (development files)', extra_depends=d.expand('${PN}-dev'))
     do_split_packages(d, gst_libdir, 'libgst(.*)\.a$', d.expand('${PN}-%s-staticdev'), 'GStreamer plugin for %s (static development files)', extra_depends=d.expand('${PN}-staticdev'))
 }
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/*"
-- 
1.7.9.5



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

end of thread, other threads:[~2014-12-05  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26  8:31 [for master PATCH] gstreamer: Add missing FILES_PN to populate rootfs Karthik Ramanan
2014-12-03  1:45 ` Denys Dmytriyenko
2014-12-05  7:01   ` Karthik Ramanan

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.