summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme_1.23.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.23.1.bb')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.23.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.23.1.bb b/meta/recipes-support/gpgme/gpgme_1.23.1.bb
index e029b73a8f..023cf894df 100644
--- a/meta/recipes-support/gpgme/gpgme_1.23.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.23.1.bb
@@ -43,7 +43,7 @@ BINCONFIG = "${bindir}/gpgme-config"
43# support. Since these bindings are currently not needed, we can disable them. 43# support. Since these bindings are currently not needed, we can disable them.
44DEFAULT_LANGUAGES = "" 44DEFAULT_LANGUAGES = ""
45DEFAULT_LANGUAGES:class-target = "cpp" 45DEFAULT_LANGUAGES:class-target = "cpp"
46LANGUAGES ?= "${DEFAULT_LANGUAGES} python" 46LANGUAGES ?= "${DEFAULT_LANGUAGES}"
47 47
48PYTHON_INHERIT = "${@bb.utils.contains('LANGUAGES', 'python', 'setuptools3-base', '', d)}" 48PYTHON_INHERIT = "${@bb.utils.contains('LANGUAGES', 'python', 'setuptools3-base', '', d)}"
49 49