summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-06-15 19:58:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:55:43 +0100
commitdf01b5032ef3dcdcc130c223b150df1e3e963bbf (patch)
tree587bf7fb32e75d174829ec9ee16f8c69e92fd551 /meta/recipes-gnome/gnome
parent6c196975d03a4de285b52f0f5e9e8520158f0cbf (diff)
downloadpoky-df01b5032ef3dcdcc130c223b150df1e3e963bbf.tar.gz
gconf-dbus: Fix SRC_URI to tarball
(From OE-Core rev: 8a247573b85db3099db48580a149df3197e9cccd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-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"
8RPROVIDES_${PN} = "gconf" 8RPROVIDES_${PN} = "gconf"
9RPROVIDES_${PN}-dev = "gconf-dev" 9RPROVIDES_${PN}-dev = "gconf-dev"
10 10
11SRCREV = "705" 11#SRCREV = "705"
12PV = "2.16.0+svnr${SRCPV}" 12#PV = "2.16.0+svnr${SRCPV}"
13PR = "r0"
14
15# This SVN repo is no longer available use a tarball mirror site until
16# we move to proper gconf recipe.
17#SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
18SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz"
13 19
14SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
15S = "${WORKDIR}/trunk" 20S = "${WORKDIR}/trunk"
16 21
17inherit pkgconfig autotools 22inherit pkgconfig autotools