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
diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
index f44f82c..ec95675 100644
--- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb
+++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
@@ -11,16 +11,16 @@
 
 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 \
            "