mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
gobject-introspection: do not hardcode the current version in the tarball path
(From OE-Core rev: b55b55f097fdd153df96c489f7e172fb618c92cd) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
263370b4f7
commit
56bf3a57c6
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \
|
||||
file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \
|
||||
file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/1.54/${BPN}-${PV}.tar.xz \
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \
|
||||
file://0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch \
|
||||
file://0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch \
|
||||
file://0003-giscanner-add-use-binary-wrapper-option.patch \
|
||||
|
||||
Reference in New Issue
Block a user