mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
committed by
Richard Purdie
parent
6c196975d0
commit
df01b5032e
+8
-3
@@ -8,10 +8,15 @@ PROVIDES = "gconf"
|
|||||||
RPROVIDES_${PN} = "gconf"
|
RPROVIDES_${PN} = "gconf"
|
||||||
RPROVIDES_${PN}-dev = "gconf-dev"
|
RPROVIDES_${PN}-dev = "gconf-dev"
|
||||||
|
|
||||||
SRCREV = "705"
|
#SRCREV = "705"
|
||||||
PV = "2.16.0+svnr${SRCPV}"
|
#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"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
Reference in New Issue
Block a user