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-07 11:35:47 +0100 |
commit | 66ddacdf84cf9f15004b5369530139695da2a48a (patch) | |
tree | cdc0a4b080e73d0c1b34c751a18c57eab17d0d46 /meta/recipes-gnome/gnome/gconf-dbus_705.bb | |
parent | 0ee62a2eb686f0ca65c69775d1565a9a3c729d50 (diff) | |
download | poky-66ddacdf84cf9f15004b5369530139695da2a48a.tar.gz |
gconf-dbus: Add SRC_URI Checksum
(From OE-Core rev: f29f81827d7fa923f57766bc75796e836d6b1dcd)
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/gconf-dbus_705.bb')
-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 c0c2e28331..52e8a08051 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" | |||
10 | 10 | ||
11 | #SRCREV = "705" | 11 | #SRCREV = "705" |
12 | #PV = "2.16.0+svnr${SRCPV}" | 12 | #PV = "2.16.0+svnr${SRCPV}" |
13 | PR = "r1" | 13 | PR = "r2" |
14 | 14 | ||
15 | # This SVN repo is no longer available use a tarball mirror site until | 15 | # This SVN repo is no longer available use a tarball mirror site until |
16 | # we move to proper gconf recipe. | 16 | # we move to proper gconf recipe. |
17 | #SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | 17 | #SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" |
18 | SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz" | 18 | SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "dba8d534b0c6262d24817c842b36369d" | ||
21 | SRC_URI[sha256sum] = "5552b1884d42d4072a199c93e35a28dc1799f9166baefbf9243394966039e416" | ||
22 | |||
20 | S = "${WORKDIR}/trunk" | 23 | S = "${WORKDIR}/trunk" |
21 | 24 | ||
22 | inherit pkgconfig autotools | 25 | inherit pkgconfig autotools |