diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.28.3.bb (renamed from meta/recipes-devtools/python/python-pygobject_2.27.91.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb index 49ee1083cf..9dbe47cfc9 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
5 | DEPENDS = "python python-pygobject-native glib-2.0" | 5 | DEPENDS = "python python-pygobject-native glib-2.0" |
6 | DEPENDS_class-native = "python-native glib-2.0-native" | 6 | DEPENDS_class-native = "python-native glib-2.0-native" |
7 | RDEPENDS_class-native = "" | 7 | RDEPENDS_class-native = "" |
8 | PR = "r6" | ||
9 | 8 | ||
10 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 9 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
11 | 10 | ||
@@ -13,8 +12,8 @@ SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \ | |||
13 | file://obsolete_automake_macros.patch \ | 12 | file://obsolete_automake_macros.patch \ |
14 | " | 13 | " |
15 | 14 | ||
16 | SRC_URI[md5sum] = "2b11a3050264721aac83188224b093a8" | 15 | SRC_URI[md5sum] = "aa64900b274c4661a5c32e52922977f9" |
17 | SRC_URI[sha256sum] = "a1dffbe2a8e0d490594554ed8d06f0ee4a371acb6c210e7f35158e9ae77e0df4" | 16 | SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6" |
18 | S = "${WORKDIR}/pygobject-${PV}" | 17 | S = "${WORKDIR}/pygobject-${PV}" |
19 | 18 | ||
20 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" | 19 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" |