diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-15 19:58:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:33 +0100 |
commit | 8a247573b85db3099db48580a149df3197e9cccd (patch) | |
tree | 8d58531dba87cd6b007888ac1a618681aea27425 /meta | |
parent | a90cb0c720c1bacac92343842aec02f08ae97e3a (diff) | |
download | openembedded-core-8a247573b85db3099db48580a149df3197e9cccd.tar.gz openembedded-core-8a247573b85db3099db48580a149df3197e9cccd.tar.bz2 openembedded-core-8a247573b85db3099db48580a149df3197e9cccd.zip |
gconf-dbus: Fix SRC_URI to tarball
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf-dbus_705.bb (renamed from meta/recipes-gnome/gnome/gconf-dbus_svn.bb) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb index 16a2ddb039..fdfc45f5b3 100644 --- a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb +++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb @@ -8,10 +8,15 @@ PROVIDES = "gconf" RPROVIDES_${PN} = "gconf" RPROVIDES_${PN}-dev = "gconf-dev" -SRCREV = "705" -PV = "2.16.0+svnr${SRCPV}" +#SRCREV = "705" +#PV = "2.16.0+svnr${SRCPV}" +PR = "r0" + +# This SVN repo is no longer available use a tarball mirror site until +# we move to proper gconf recipe. +#SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" +SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz" -SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" S = "${WORKDIR}/trunk" inherit pkgconfig autotools |