From 6de5385e496d7df25372fb12226975088981fbb9 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 7 Sep 2021 18:24:09 -0700 Subject: 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 --- meta-google/recipes-phosphor/flash/google-key.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3