summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-31 13:27:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-18 10:15:58 +0000
commitc917323a39da6fc3e8d92b2fe907d0357149c9bb (patch)
tree254fd4963f6a7c0f65f5cc9aa1834158fc94b457 /meta/recipes-support/gpgme
parentbc883e49912b8d0cdc9ea403e85f2cb3198b48ff (diff)
downloadpoky-c917323a39da6fc3e8d92b2fe907d0357149c9bb.tar.gz
classes/recipes: Switch to use inherit_defer
Now that bitbake supports the use of inherit_defer, switch all conditional (variable based) inherits to use this instead. This leads to more a more deterministic user experience since there is no longer an immediate expansion and later changes to the variables in question (e.g. a bbappend) are accounted for. This patch tries to ensure the behaviour before/after remains as unchanged as it reasonably can, e.g. by always inherting populate_sdk_base. native and nativesdk continue to need to be inherited last, hence being used with inherit_defer in a handful of very specific cases. (From OE-Core rev: 451363438d38bd4552d5bcec4a92332f5819a5d4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.23.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.23.2.bb b/meta/recipes-support/gpgme/gpgme_1.23.2.bb
index b29c182f36..d8807b3af2 100644
--- a/meta/recipes-support/gpgme/gpgme_1.23.2.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.23.2.bb
@@ -54,7 +54,8 @@ EXTRA_OECONF += '--enable-languages="${LANGUAGES}" \
54 --disable-g13-test \ 54 --disable-g13-test \
55' 55'
56 56
57inherit autotools texinfo binconfig-disabled pkgconfig ${PYTHON_INHERIT} python3native multilib_header 57inherit autotools texinfo binconfig-disabled pkgconfig multilib_header
58inherit_defer ${PYTHON_INHERIT} python3native
58 59
59export PKG_CONFIG='pkg-config' 60export PKG_CONFIG='pkg-config'
60 61