From 886e2f139ecc56846203736eb9616f67ccb74d4f Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 16 Nov 2015 15:16:08 +0100 Subject: ostree: Add GNUPG to runtime dependencies. This is required for gpg signing support. Change-Id: Ia1396825453e2038c5d19a4767cadd6f93e1fa28 Reviewed-by: Gatis Paeglis --- recipes/ostree/ostree.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb index d506403..ab17671 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" -- cgit v1.2.3-54-g00ecf