From 07f48ccd03c7d544f8961c7c32bfe8d79379b0d0 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 22 Feb 2021 10:49:30 -0800 Subject: Clean up some formatting in the bmcweb recipe DEPENDS and RDEPENDS statements were tabbed in a little weird. This fixes that. Signed-off-by: Ed Tanous Change-Id: Ib0b1acdc62bdec6dfcf21d54a5007f8751ee7e6e --- .../recipes-phosphor/interfaces/bmcweb_git.bb | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 09e253a91..b209b28f9 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -17,17 +17,21 @@ SRCREV = "feaf15005555a3099c7f22a7e3d16c99ccb40e72" S = "${WORKDIR}/git" -DEPENDS = "openssl \ - zlib \ - boost \ - boost-url \ - libpam \ - sdbusplus \ - gtest \ - nlohmann-json \ - libtinyxml2 " - -RDEPENDS_${PN} += "jsnbd" +DEPENDS = " \ + openssl \ + zlib \ + boost \ + boost-url \ + libpam \ + sdbusplus \ + gtest \ + nlohmann-json \ + libtinyxml2 \ +" + +RDEPENDS_${PN} += " \ + jsnbd \ +" FILES_${PN} += "${datadir}/** " -- cgit v1.2.3