Remove redundant x86-power-control recipe
This is a duplicate of the recipe in meta-phosphor and can
be removed to allow updates to the meta-phosphor recipe to
take effect.
Tested:
Verified that power control builds and functions with the updates
to the recipe in meta-phosphor.
Change-Id: Ic6e5ebf6c3f7e348e5afcb1659aedbd13463e853
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/meta-common/recipes-intel/chassis/x86-power-control_git.bb b/meta-common/recipes-intel/chassis/x86-power-control_git.bb
deleted file mode 100755
index 83a0e53..0000000
--- a/meta-common/recipes-intel/chassis/x86-power-control_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Chassis Power Control service for Intel based platforms"
-DESCRIPTION = "Chassis Power Control service for Intel based platforms"
-
-SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh"
-SRCREV = "35aa665e01cf9d735ba4aeb3818a60caab376692"
-
-PV = "1.0+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-
-inherit cmake systemd
-
-SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service"
-
-DEPENDS += " \
- boost \
- i2c-tools \
- libgpiod \
- sdbusplus \
- phosphor-logging \
- "