summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gnome
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-22 22:02:48 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-22 22:02:48 +0000
commit26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch)
treeaa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/packages/gnome
parentd18457f094de8532eb8921991303032cdb345fe9 (diff)
downloadpoky-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.gz
Updates against mainline OE to fix various issues and make builds work again as a couple of poky changes got lost
git-svn-id: https://svn.o-hand.com/repos/poky@29 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome')
-rwxr-xr-xopenembedded/packages/gnome/gconf-dbus_cvs.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/gnome/gconf-dbus_cvs.bb b/openembedded/packages/gnome/gconf-dbus_cvs.bb
index 65deaf5b21..a403fae24c 100755
--- a/openembedded/packages/gnome/gconf-dbus_cvs.bb
+++ b/openembedded/packages/gnome/gconf-dbus_cvs.bb
@@ -4,9 +4,11 @@ DESCRIPTION = "Settings daemon using DBUS for communication."
4LICENSE = "GPL" 4LICENSE = "GPL"
5MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" 5MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
6PROVIDES = "gconf" 6PROVIDES = "gconf"
7RPROVIDES = "gconf" 7RPROVIDES_${PN} = "gconf"
8RPROVIDES_${PN}-dev = "gconf-dev"
8 9
9PV = "0.0cvs${CVSDATE}" 10PV = "0.0cvs${CVSDATE}"
11PR = "r6"
10 12
11SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gconf;tag=gconf-dbus-2-6 \ 13SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gconf;tag=gconf-dbus-2-6 \
12 file://gconf-dbus-update.patch;patch=1;pnum=0 \ 14 file://gconf-dbus-update.patch;patch=1;pnum=0 \