summaryrefslogtreecommitdiff
path: root/recipes/gnome/gnome-settings-daemon_2.28.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-01 13:41:31 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-01 14:04:14 +0200
commit52f02af4fa453ea8c071cccb342e6056383614b7 (patch)
treea16e03e9d4ab4a21072b8e85338bea7fd616afe9 /recipes/gnome/gnome-settings-daemon_2.28.0.bb
parent1664469b58f5d636d101e3b58a0445ba11758603 (diff)
gnome-settings-daemon: add 2.30.0, convert to new style staging
Diffstat (limited to 'recipes/gnome/gnome-settings-daemon_2.28.0.bb')
-rw-r--r--recipes/gnome/gnome-settings-daemon_2.28.0.bb5
1 files changed, 2 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 43585f3425..cce5df981e 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
-}