diff options
author | William A. Kennington III <wak@google.com> | 2021-09-08 04:24:09 +0300 |
---|---|---|
committer | William A. Kennington III <wak@google.com> | 2021-09-09 21:29:20 +0300 |
commit | 6de5385e496d7df25372fb12226975088981fbb9 (patch) | |
tree | 3ecc68bce827170f699facaeba0a0f8d40d0792e /meta-google | |
parent | 0b4f549c37acc2826c9a94bb61d1e6591c74fde5 (diff) | |
download | openbmc-6de5385e496d7df25372fb12226975088981fbb9.tar.xz |
meta-google: google-key: Don't bring in all of gnupg
This has a measurable effect on the size of the image, removing nearly
10MB of binaries from the uncompressed size.
Change-Id: I4da1cca0ac036ef3eded48e5c64ab4ca12196264
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r-- | meta-google/recipes-phosphor/flash/google-key.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-phosphor/flash/google-key.bb b/meta-google/recipes-phosphor/flash/google-key.bb index 62d54f25e..f05f08245 100644 --- a/meta-google/recipes-phosphor/flash/google-key.bb +++ b/meta-google/recipes-phosphor/flash/google-key.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" RDEPENDS:${PN} += "bash" -RDEPENDS:${PN} += "gnupg" +RDEPENDS:${PN} += "gnupg-gpg" SRC_URI += " \ file://platforms_gbmc_bringup.gpg \ |