From 30f9b7eb572e4103ccae3054edfed36f663ff300 Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Mon, 29 Jun 2020 22:12:26 +0530 Subject: srvcfg-manager: Fix the recipe Move all the metadata to a single file until such a need for an include file arises. (From meta-phosphor rev: 88ee7cfbb7a3cfe72ace119fd1d0df2a15af40d7) Signed-off-by: Tom Joseph Change-Id: I07d495c085f6311f034399b938e5144512a97bd5 Signed-off-by: Andrew Geissler --- .../recipes-phosphor/srvcfg-manager/srvcfg-manager.inc | 5 ----- .../recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb | 12 +++++++----- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc (limited to 'meta-phosphor/recipes-phosphor/srvcfg-manager') diff --git a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc deleted file mode 100644 index 7ef9e3454..000000000 --- a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager.inc +++ /dev/null @@ -1,5 +0,0 @@ -HOMEPAGE = "https://github.com/openbmc/service-config-manager" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" -SRC_URI += "git://github.com/openbmc/service-config-manager" -SRCREV = "83241c09ec5acfb894da08c10dfd574034c33ff9" \ No newline at end of file diff --git a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb index 7b45d15d1..f52b1a8ba 100644 --- a/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb @@ -3,21 +3,23 @@ DESCRIPTION = "Applications must use service manager daemon to configure \ phosphor-ipmi-net, bmcweb, obmc-console etc in the system, \ instead of directly controlling the same using 'systemd' or \ 'iptables'." - +HOMEPAGE = "https://github.com/openbmc/service-config-manager" PR = "r1" PV = "1.0+git${SRCPV}" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" -inherit meson pkgconfig systemd +SRC_URI = "git://github.com/openbmc/service-config-manager" +SRCREV = "83241c09ec5acfb894da08c10dfd574034c33ff9" -require srvcfg-manager.inc +inherit meson pkgconfig systemd S = "${WORKDIR}/git" SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service" -DEPENDS += " \ +DEPENDS = " \ boost \ phosphor-logging \ sdbusplus \ - sdbusplus-native \ systemd \ " \ No newline at end of file -- cgit v1.2.3