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>
This commit is contained in:
Saul Wold 2011-06-15 19:58:15 -07:00 committed by Richard Purdie
parent 6c196975d0
commit df01b5032e
1 changed files with 8 additions and 3 deletions

View File

@ -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