summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-06-02 19:34:21 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-06-02 21:19:46 +0300
commit899a8de22004a43eaf24dff52eeff4dd4485df34 (patch)
tree2fa66c739905c313636917a3772a3b9e3a56e1ff /meta-openpower
parent1494633fb3f5f2d62b07271ae1ed3e8a6b4f0007 (diff)
downloadopenbmc-899a8de22004a43eaf24dff52eeff4dd4485df34.tar.xz
meta-openpower: libekb: minor style fixes
The libekb recipe has a few minor style issues. - Adding continuations for an inherit isn't especially helpful and some editors flag this as invalid syntax. - The branch in SRC_URI should not be quoted since the whole SRC_URI is already a string. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia405c0bac5d8cc70e0ce6e8afcddf98baea161bd
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-bsp/libekb/libekb_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
index f44f82c7fa..ec956756fc 100644
--- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb
+++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
@@ -11,16 +11,16 @@ S = "${WORKDIR}/git"
require recipes-bsp/ekb/ekb.inc
-inherit autotools \
- python3native \
- perlnative
+inherit autotools
+inherit python3native
+inherit perlnative
SRCREV_FORMAT = "libekb_ekb"
SRCREV_libekb = "c20743ada57c1e66ec31711e3f4b283268b8f835"
SRCREV_ekb = "${EKB_REV}"
-SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb;protocol=https \
+SRC_URI = "git://git@github.com/open-power/libekb_p10;branch=main;name=libekb;protocol=https \
${EKB_URI};name=ekb;destsuffix=git/ekb \
"