[oe-commits] Koen Kooi : gnome-media: fix packaging and make it more determistic

GIT User account git at amethyst.openembedded.net
Sun Apr 19 17:18:45 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Apr 19 19:13:51 2009 +0200

gnome-media: fix packaging and make it more determistic

---

 recipes/gnome/gnome-media_2.26.0.bb |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gnome-media_2.26.0.bb b/recipes/gnome/gnome-media_2.26.0.bb
index 2e215f6..eaad1d8 100644
--- a/recipes/gnome/gnome-media_2.26.0.bb
+++ b/recipes/gnome/gnome-media_2.26.0.bb
@@ -5,9 +5,11 @@ DEPENDS = "gconf glib-2.0 gstreamer gst-plugins-base gtk+ gdk-pixbuf-csource-nat
 # optional for volume control:
 DEPENDS += "pulseaudio"
 # optional for gnome-cd and cddbslave:
-# DEPENDS += "nautilus-cd-burner"
+DEPENDS += "nautilus-cd-burner"
 inherit gnome
 
+PR = "r1"
+
 EXTRA_OECONF = "--disable-static --disable-gtk-doc --disable-scrollkeeper"
 
 # FIXME: Native doc processing with xsltproc using docbook needs additional work:
@@ -18,3 +20,10 @@ do_configure_prepend() {
 do_stage() {
         autotools_stage_all
 }
+
+FILES_${PN} += "${libdir}/libglade/2.0/libgnome-media-profiles.so \
+                ${datadir}/gstreamer-properties \
+                ${datadir}/gnome-sound-recorder"
+
+FILES_${PN}-dbg += "${libdir}/libglade/2.0/.debug"
+





More information about the Openembedded-commits mailing list