summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2021-02-03 20:53:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-10 03:46:15 +0300
commitd35004fcfe2640008d134d38ddb9b48c42cce140 (patch)
treee1027b91b76bd03bec23c0aad1e678d48e6ab84b /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
parentb1e568eb3b219f9f3af5780bfdf75d7df45e0922 (diff)
downloadopenbmc-d35004fcfe2640008d134d38ddb9b48c42cce140.tar.xz
meta-phosphor: phosphor-ipmi-ssif: set version to git
Rename the recipe file to add "_git" as a suffix. This sets the package version to "git" and is standard for recipes built from git without a specific version. Also set the PV variable to the conventional value. Change-Id: Ib1159bced76aae33df3eaa4308e8627e1527c4e4 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
deleted file mode 100644
index 117d65afc..000000000
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Phosphor OpenBMC SSIF to DBUS"
-DESCRIPTION = "Phosphor OpenBMC SSIF to DBUS."
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit meson pkgconfig
-inherit systemd
-
-SYSTEMD_SERVICE_${PN} = "ssifbridge.service"
-
-PROVIDES += "virtual/obmc-host-ipmi-hw"
-RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw"
-RRECOMMENDS_${PN} += "phosphor-ipmi-host"
-
-DEPENDS += "systemd"
-DEPENDS += "phosphor-logging"
-DEPENDS += "sdbusplus"
-DEPENDS += "cli11"
-
-S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/openbmc/ssifbridge.git;protocol=git;branch=master"
-SRCREV= "b26a9b6aea6c578fa71274bed14466607b0d8426"
-