mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
gobject-introspection: update to 1.56.0
License-Update: bug tracker link changed (From OE-Core rev: fbd485b2666cf0212064e2d8b55f44b84108e572) (From OE-Core rev: c6986821692bb6dd3036075973b1390765dbc993) 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
dabd0c0c11
commit
364b7ca6c6
@@ -1,4 +1,4 @@
|
||||
From e48f1e18f5ea41656f0ba10fe61d69d2604b0064 Mon Sep 17 00:00:00 2001
|
||||
From 06ebdaa5c8f9721acf93cc3e75a877a3c963867f Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Wed, 3 Jan 2018 17:02:01 +0200
|
||||
Subject: [PATCH] giscanner: add a --lib-dirs-envvar option
|
||||
@@ -19,7 +19,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
3 files changed, 7 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py
|
||||
index 29de0ee..928eae8 100644
|
||||
index a8bd5b1..6cf25d5 100644
|
||||
--- a/giscanner/ccompiler.py
|
||||
+++ b/giscanner/ccompiler.py
|
||||
@@ -109,7 +109,7 @@ class CCompiler(object):
|
||||
@@ -32,7 +32,7 @@ index 29de0ee..928eae8 100644
|
||||
# is being built in the current directory.
|
||||
|
||||
@@ -119,7 +119,7 @@ class CCompiler(object):
|
||||
if self.check_is_msvc():
|
||||
if os.name == 'nt':
|
||||
runtime_path_envvar = ['LIB', 'PATH']
|
||||
else:
|
||||
- runtime_path_envvar = ['LD_LIBRARY_PATH']
|
||||
@@ -41,7 +41,7 @@ index 29de0ee..928eae8 100644
|
||||
# (This flag is not supported nor needed for Visual C++)
|
||||
args.append('-L.')
|
||||
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
|
||||
index 7f77bd2..db96df6 100644
|
||||
index 3c7220b..0abd565 100644
|
||||
--- a/giscanner/dumper.py
|
||||
+++ b/giscanner/dumper.py
|
||||
@@ -259,7 +259,8 @@ class DumpCompiler(object):
|
||||
@@ -55,7 +55,7 @@ index 7f77bd2..db96df6 100644
|
||||
|
||||
else:
|
||||
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
|
||||
index 38a45c1..b603850 100755
|
||||
index d262785..51c9570 100755
|
||||
--- a/giscanner/scannermain.py
|
||||
+++ b/giscanner/scannermain.py
|
||||
@@ -130,6 +130,9 @@ def _get_option_parser():
|
||||
@@ -68,6 +68,3 @@ index 38a45c1..b603850 100755
|
||||
parser.add_option("", "--program-arg",
|
||||
action="append", dest="program_args", default=[],
|
||||
help="extra arguments to program")
|
||||
--
|
||||
2.15.1
|
||||
|
||||
|
||||
@@ -3,10 +3,11 @@ HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2+ & GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \
|
||||
file://tools/compiler.c;endline=20;md5=fc5007fc20022720e6c0b0cdde41fabd \
|
||||
file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \
|
||||
file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6317a809f70ed9848fa5673121908586 \
|
||||
file://tools/compiler.c;md5=fc5007fc20022720e6c0b0cdde41fabd;endline=20 \
|
||||
file://giscanner/sourcescanner.c;md5=194d6e0c1d00662f32d030ce44de8d39;endline=22 \
|
||||
file://girepository/giregisteredtypeinfo.c;md5=661847611ae6979465415f31a759ba27;endline=21 \
|
||||
"
|
||||
|
||||
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 \
|
||||
@@ -16,8 +17,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-$
|
||||
file://0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \
|
||||
file://0001-giscanner-add-a-lib-dirs-envvar-option.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "126c29e4d54adbed2ed4e2b04483de41"
|
||||
SRC_URI[sha256sum] = "b88ded5e5f064ab58a93aadecd6d58db2ec9d970648534c63807d4f9a7bb877e"
|
||||
SRC_URI[md5sum] = "8064b5cd8fa02feeab850a0f6ef72b0f"
|
||||
SRC_URI[sha256sum] = "0d7059fad7aa5ec50d9678aea4ea139acab23737e9cf9ca0d86c615cecbaa0f8"
|
||||
|
||||
inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user