summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2022-03-31 22:37:10 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-01 17:11:17 +0300
commit93f35f05e6670ce4d35dce29fa524475f1fccc36 (patch)
tree698d1637a50f1fbb0e6c95a203b97956a4400f52 /meta-google
parent9aee50030142f0352e48fd0b14b3aab4e7efa158 (diff)
downloadopenbmc-93f35f05e6670ce4d35dce29fa524475f1fccc36.tar.xz
meta-google: remove zstd bbappend
This is no longer needed, the latest upstream version of the recipe has added both of these by default: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/52492/4/poky/meta/recipes-extended/zstd/zstd_1.5.2.bb Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I01e4404ba1694c1f8f7436e4ccf52fae4b5eb156
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-extended/zstd/zstd_%.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-google/recipes-extended/zstd/zstd_%.bbappend b/meta-google/recipes-extended/zstd/zstd_%.bbappend
deleted file mode 100644
index 84c6e55a46..0000000000
--- a/meta-google/recipes-extended/zstd/zstd_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-PACKAGES =+ "lib${BPN}"
-FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}"