summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb')
-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}/** "