summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/libbej
diff options
context:
space:
mode:
authorBrandon Kim <brandonkim@google.com>2022-06-24 21:33:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-06-25 00:58:56 +0300
commitb3dbcec71825d3e5ab5480caf6a9becd9aa65bff (patch)
treeceaaa2ec9f13ac8462bce31ffd5768cf6ef06dbe /meta-phosphor/recipes-extended/libbej
parent4707ea905eb1fcbe1d9e2580fde4a14479771424 (diff)
downloadopenbmc-b3dbcec71825d3e5ab5480caf6a9becd9aa65bff.tar.xz
meta-phosphor: recipes-extended: libbej: Fix nits
It was pointed out downstream that there were some syntax nits. Fix them. Tested: Nits shouldn't affect anything. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Id4810bfc1ba8a1ea0a46c993ca2212a134253f18
Diffstat (limited to 'meta-phosphor/recipes-extended/libbej')
-rw-r--r--meta-phosphor/recipes-extended/libbej/libbej_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-extended/libbej/libbej_git.bb b/meta-phosphor/recipes-extended/libbej/libbej_git.bb
index 209325fd33..858534999e 100644
--- a/meta-phosphor/recipes-extended/libbej/libbej_git.bb
+++ b/meta-phosphor/recipes-extended/libbej/libbej_git.bb
@@ -3,16 +3,15 @@ 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 "
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit meson pkgconfig
EXTRA_OEMESON = " \
- -Dtests=disabled \
- "
+ -Dtests=disabled \
+"
SRC_URI += "git://github.com/openbmc/libbej;branch=main;protocol=https"
SRCREV = "cc4098e1508eede5887724fc68119a5e12fc3f96"
S = "${WORKDIR}/git"
-