diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 17:04:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 22:58:09 +0100 |
commit | f29f81827d7fa923f57766bc75796e836d6b1dcd (patch) | |
tree | b5ada683d10def1ddd034466d4af412d9e02bbff /meta/recipes-gnome | |
parent | 90319541385b9e84b373d2fbbc886ac6474fd4ac (diff) | |
download | openembedded-core-f29f81827d7fa923f57766bc75796e836d6b1dcd.tar.gz openembedded-core-f29f81827d7fa923f57766bc75796e836d6b1dcd.tar.bz2 openembedded-core-f29f81827d7fa923f57766bc75796e836d6b1dcd.tar.xz openembedded-core-f29f81827d7fa923f57766bc75796e836d6b1dcd.zip |
gconf-dbus: Add SRC_URI Checksum
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf-dbus_705.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_705.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb index c0c2e2833..52e8a0805 100644 --- a/meta/recipes-gnome/gnome/gconf-dbus_705.bb +++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb @@ -10,13 +10,16 @@ RPROVIDES_${PN}-dev = "gconf-dev" #SRCREV = "705" #PV = "2.16.0+svnr${SRCPV}" -PR = "r1" +PR = "r2" # 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[md5sum] = "dba8d534b0c6262d24817c842b36369d" +SRC_URI[sha256sum] = "5552b1884d42d4072a199c93e35a28dc1799f9166baefbf9243394966039e416" + S = "${WORKDIR}/trunk" inherit pkgconfig autotools |