diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2025-11-03 08:26:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:15:36 +0000 |
| commit | f27d7f0809990b0bf27fce04ac3160d23872e8cf (patch) | |
| tree | 24e5ffabfe348461fc6b66baf85d65b9e8da621f /meta/recipes-devtools/python/python3-pygobject_3.52.3.bb | |
| parent | d823e19bbc7294dbadd573fb51fc491983972f6b (diff) | |
| download | poky-f27d7f0809990b0bf27fce04ac3160d23872e8cf.tar.gz | |
python3-pygobject: Use SRC_URI from gnomebase
(From OE-Core rev: 066273d99f842ce1024665b44df925553162335f)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.52.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.52.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb index 42b071ca08..ae81f1e31f 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb | |||
| @@ -16,12 +16,12 @@ python() { | |||
| 16 | 16 | ||
| 17 | DEPENDS += "python3 glib-2.0" | 17 | DEPENDS += "python3 glib-2.0" |
| 18 | 18 | ||
| 19 | SRCNAME = "pygobject" | 19 | GNOME_COMPRESS_TYPE = "gz" |
| 20 | GNOMEBN = "pygobject" | ||
| 20 | 21 | ||
| 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz" | 22 | SRC_URI[archive.sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82" |
| 22 | SRC_URI[sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82" | ||
| 23 | 23 | ||
| 24 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" | 24 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 26 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
| 27 | 27 | ||
