diff options
author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2015-11-16 15:16:08 +0100 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2015-11-17 14:14:09 +0000 |
commit | 886e2f139ecc56846203736eb9616f67ccb74d4f (patch) | |
tree | 986f274b555e8e3c4686ce9e5ce25cf5c295f566 | |
parent | bfc5986a84a0c719dd75a175c9bc4edff6928b5a (diff) | |
download | meta-boot2qt-886e2f139ecc56846203736eb9616f67ccb74d4f.tar.gz |
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.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||
37 | DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz" | 37 | DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz" |
38 | RRECOMMENDS_${PN} += "gnupg" | ||
38 | 39 | ||
39 | EXTRA_OECONF = "--with-dracut --without-selinux --without-libarchive --with-grub2=no --enable-gtk-doc-html=no" | 40 | EXTRA_OECONF = "--with-dracut --without-selinux --without-libarchive --with-grub2=no --enable-gtk-doc-html=no" |
40 | 41 | ||