diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-20 22:29:00 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:13 +0000 |
commit | 0077ae62e98a949969d6f4f0f0e74327285b36c7 (patch) | |
tree | aa00345259f671b44b63b1692874a7d20b52cdb4 /meta/recipes-devtools/python/python-pygobject_2.27.0.bb | |
parent | e591958957fd6587d40b9399521758864074e6cd (diff) | |
download | poky-0077ae62e98a949969d6f4f0f0e74327285b36c7.tar.gz |
python-pygobject: Fix SRC_URI checksums
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygobject_2.27.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.27.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb index 43561088a8..e4e758ddd1 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb | |||
@@ -10,8 +10,8 @@ MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1 | |||
10 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ | 10 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ |
11 | file://generate-constants.patch" | 11 | file://generate-constants.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c12eef0cd6725dc7245c3db78ef85d2d" | 13 | SRC_URI[md5sum] = "9e2496ffa4e55911f94232e29ee9f146" |
14 | SRC_URI[sha256sum] = "e6ae6c70966899d2040c82ae4e1590cf941ebf121a3ec61e80bf517ce8d9be0a" | 14 | SRC_URI[sha256sum] = "7594bd86c5b92a4ba1f26927800f1b29e1ec5c246cad67aa085c279d6425b8a2" |
15 | S = "${WORKDIR}/pygobject-${PV}" | 15 | S = "${WORKDIR}/pygobject-${PV}" |
16 | 16 | ||
17 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" | 17 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" |