[oe-commits] Koen Kooi : gnome-settings-daemon: add 2.30.0, convert to new style staging

git version control git at git.openembedded.org
Thu Apr 1 12:05:41 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 13:41:31 2010 +0200

gnome-settings-daemon: add 2.30.0, convert to new style staging

---

 recipes/gnome/gnome-settings-daemon_2.28.0.bb |    5 +--
 recipes/gnome/gnome-settings-daemon_2.30.0.bb |   27 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gnome-settings-daemon_2.28.0.bb b/recipes/gnome/gnome-settings-daemon_2.28.0.bb
index 43585f3..cce5df9 100644
--- a/recipes/gnome/gnome-settings-daemon_2.28.0.bb
+++ b/recipes/gnome/gnome-settings-daemon_2.28.0.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
 
 DEPENDS = "libxklavier libgnomekbd libgnomeui gnome-desktop gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl"
 
+PR = "r1"
+
 inherit gnome
 
 LDFLAGS += "-lgthread-2.0"
@@ -22,7 +24,4 @@ do_configure_prepend () {
 	sed -i 's:$CPPFLAGS -I$includedir:$CPPFLAGS:' ${S}/configure.ac
 }
 
-do_stage() {    
-	autotools_stage_all
-}
 
diff --git a/recipes/gnome/gnome-settings-daemon_2.30.0.bb b/recipes/gnome/gnome-settings-daemon_2.30.0.bb
new file mode 100644
index 0000000..62547af
--- /dev/null
+++ b/recipes/gnome/gnome-settings-daemon_2.30.0.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "GNOME settings daemon"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+
+DEPENDS = "libxklavier libgnomekbd libgnomeui gnome-desktop gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "a21485e7deca785f2ffb8ded58c4ae6a"
+SRC_URI[archive.sha256sum] = "cb759f2aa403ad10f7b0a196c523fa0b3842cf4432b26a4b308ed1e5bf67e6aa"
+
+LDFLAGS += "-lgthread-2.0"
+
+FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so \
+                ${libdir}/gnome-settings-daemon-2.0/*plugin \
+                ${datadir}/dbus-1/ \
+                ${datadir}/gnome-control-center \
+                ${datadir}/icons \
+               "
+
+FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug"
+FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.a ${libdir}/gnome-settings-daemon-2.0/*.la"
+
+do_configure_prepend () {
+	sed -i 's:$CPPFLAGS -I$includedir:$CPPFLAGS:' ${S}/configure.ac
+}
+





More information about the Openembedded-commits mailing list