summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb
deleted file mode 100644
index c0f53251f..000000000
--- a/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-inherit obmc-phosphor-systemd
-inherit useradd
-
-USERADD_PACKAGES = "${PN}"
-
-# add a user called httpd for the server to assume
-USERADD_PARAM_${PN} = "-r -s /usr/sbin/nologin bmcweb"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
-
-SRC_URI = "git://github.com/openbmc/bmcweb.git"
-
-PV = "1.0+git${SRCPV}"
-SRCREV = "a38b0b206300c792979b900f506b85e535f5708a"
-
-S = "${WORKDIR}/git"
-
-DEPENDS = "openssl zlib boost libpam sdbusplus gtest nlohmann-json libtinyxml2 "
-
-FILES_${PN} += "${datadir}/** "
-
-inherit cmake
-
-EXTRA_OECMAKE = "-DBMCWEB_BUILD_UT=OFF -DYOCTO_DEPENDENCIES=ON"
-
-SYSTEMD_SERVICE_${PN} += "bmcweb.service bmcweb.socket"
-
-FULL_OPTIMIZATION = "-Os -pipe "
-
-do_install_append() {
- rm -rf ${D}${includedir}/dbus
- rm -rf ${D}${libdir}/cmake
-}
OpenPOWER on IntegriCloud