summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2021-09-15 23:10:37 +0300
committerWilly Tu <wltu@google.com>2021-09-16 07:32:16 +0300
commit9568db489935842fc31854a649efb7bf681d5650 (patch)
treead970b53484735189adca9b2b215a4d36be7aa0c
parente8963ad91976924003cb17c0bf966619b3d87307 (diff)
downloadopenbmc-9568db489935842fc31854a649efb7bf681d5650.tar.xz
meta-google: Add libcr51sign bitbake file
Change-Id: Id980b8175dc5621f394771941de065689239fe3f Signed-off-by: Willy Tu <wltu@google.com>
-rw-r--r--meta-google/recipes-google/libcr51sign/libcr51sign_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
new file mode 100644
index 000000000..c4fd78ca0
--- /dev/null
+++ b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Google libcr51sign"
+DESCRIPTION = "Google libcr51sign"
+GOOGLE_MISC_PROJ = "libcr51sign"
+
+require ../google-misc/google-misc.inc
+
+inherit pkgconfig
+
+DEPENDS += " \
+ openssl \
+"