diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
commit | 26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch) | |
tree | aa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/packages/gnome | |
parent | d18457f094de8532eb8921991303032cdb345fe9 (diff) | |
download | poky-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-x | openembedded/packages/gnome/gconf-dbus_cvs.bb | 4 |
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." | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" | 5 | MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" |
6 | PROVIDES = "gconf" | 6 | PROVIDES = "gconf" |
7 | RPROVIDES = "gconf" | 7 | RPROVIDES_${PN} = "gconf" |
8 | RPROVIDES_${PN}-dev = "gconf-dev" | ||
8 | 9 | ||
9 | PV = "0.0cvs${CVSDATE}" | 10 | PV = "0.0cvs${CVSDATE}" |
11 | PR = "r6" | ||
10 | 12 | ||
11 | SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gconf;tag=gconf-dbus-2-6 \ | 13 | SRC_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 \ |