aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-11-16 15:16:08 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-11-17 14:14:09 +0000
commit886e2f139ecc56846203736eb9616f67ccb74d4f (patch)
tree986f274b555e8e3c4686ce9e5ce25cf5c295f566
parentbfc5986a84a0c719dd75a175c9bc4edff6928b5a (diff)
ostree: Add GNUPG to runtime dependencies.
This is required for gpg signing support. Change-Id: Ia1396825453e2038c5d19a4767cadd6f93e1fa28 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-rw-r--r--recipes/ostree/ostree.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb
index d5064036..ab176712 100644
--- a/recipes/ostree/ostree.bb
+++ b/recipes/ostree/ostree.bb
@@ -35,6 +35,7 @@ SRC_URI = " \
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz"
+RRECOMMENDS_${PN} += "gnupg"
EXTRA_OECONF = "--with-dracut --without-selinux --without-libarchive --with-grub2=no --enable-gtk-doc-html=no"