meta-phosphor: recipes-extended: Add libbej

libbej is a library used to decode Redfish Device Enablement (RDE)
Binary Encoded JSON (BEJ) payload.

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I8457fdf3f5ffa6285b832fe23a389591d0f87434
diff --git a/meta-phosphor/recipes-extended/libbej/libbej_git.bb b/meta-phosphor/recipes-extended/libbej/libbej_git.bb
new file mode 100644
index 0000000..209325f
--- /dev/null
+++ b/meta-phosphor/recipes-extended/libbej/libbej_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Binary Encoded JSON library"
+DESCRIPTION = "Used to decode Redfish Device Enablement (RDE) BEJ"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e "
+
+inherit meson pkgconfig
+
+EXTRA_OEMESON = " \
+        -Dtests=disabled \
+        "
+
+SRC_URI += "git://github.com/openbmc/libbej;branch=main;protocol=https"
+SRCREV = "cc4098e1508eede5887724fc68119a5e12fc3f96"
+
+S = "${WORKDIR}/git"
+