summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-13 16:50:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-14 09:47:08 +0100
commitb4a093735c9251e8c2382386b9e03378c3057c68 (patch)
tree5cfbb75338e34af28824313d1605d828fbf09ce1 /meta
parent575f8b48192cbe80f4dfe2ba43b1510e1d0e938e (diff)
downloadpoky-b4a093735c9251e8c2382386b9e03378c3057c68.tar.gz
gpgme: add a dependency on python-unixadmin to Python bindings package
(From OE-Core rev: 67bce43ef15bf641f1b1153a0408c4dc841ae8d6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.8.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.8.0.bb b/meta/recipes-support/gpgme/gpgme_1.8.0.bb
index cb9143aded..4ddf6ed999 100644
--- a/meta/recipes-support/gpgme/gpgme_1.8.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.8.0.bb
@@ -24,6 +24,9 @@ SRC_URI[sha256sum] = "596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d
24DEPENDS = "libgpg-error libassuan" 24DEPENDS = "libgpg-error libassuan"
25RDEPENDS_${PN}-cpp += "libstdc++" 25RDEPENDS_${PN}-cpp += "libstdc++"
26 26
27RDEPENDS_python2-gpg += "python-unixadmin"
28RDEPENDS_python3-gpg += "python3-unixadmin"
29
27BINCONFIG = "${bindir}/gpgme-config" 30BINCONFIG = "${bindir}/gpgme-config"
28 31
29# Note select python2 or python3, but you can't select both at the same time 32# Note select python2 or python3, but you can't select both at the same time