summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-02-22 21:49:30 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-25 15:25:35 +0300
commit07f48ccd03c7d544f8961c7c32bfe8d79379b0d0 (patch)
treee008988443a00fc32199d4af400bb26192264552
parent0f566f9446cfc9451c5f6e59a4d73159f8a0bfd8 (diff)
downloadopenbmc-07f48ccd03c7d544f8961c7c32bfe8d79379b0d0.tar.xz
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 <edtanous@google.com> Change-Id: Ib0b1acdc62bdec6dfcf21d54a5007f8751ee7e6e
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb26
1 files 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}/** "