From a8b615acaff2ec0297a37e5c715a3402e5040f44 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 29 Mar 2023 14:14:15 -0500 Subject: meta-phosphor: estoraged: rename recipe to _git Signed-off-by: Patrick Williams Change-Id: Ifc06547911348b8427fae9c6cfeb5642e032ba21 --- .../recipes-phosphor/storage/estoraged.bb | 26 ---------------------- .../recipes-phosphor/storage/estoraged_git.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-phosphor/recipes-phosphor/storage/estoraged.bb create mode 100644 meta-phosphor/recipes-phosphor/storage/estoraged_git.bb (limited to 'meta-phosphor/recipes-phosphor/storage') diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb deleted file mode 100644 index 36f30dc575..0000000000 --- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Encrypted storage management daemon" -DESCRIPTION = "Provides a D-Bus interface to manage an encrypted storage device" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -DEPENDS += "systemd" -DEPENDS += "phosphor-dbus-interfaces" -DEPENDS += "cryptsetup" -DEPENDS += "openssl" -DEPENDS += "phosphor-logging" -DEPENDS += "sdbusplus" -DEPENDS += "stdplus" -SRCREV = "2443a0217d6ffe4cec3226992a49b45d37bbb53d" -PV = "0.1+git${SRCPV}" -PR = "r1" - -SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https" - -S = "${WORKDIR}/git" -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service" - -inherit meson pkgconfig systemd - -EXTRA_OEMESON = "-Dtests=disabled" - -RDEPENDS:${PN} += "e2fsprogs" diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb b/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb new file mode 100644 index 0000000000..36f30dc575 --- /dev/null +++ b/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb @@ -0,0 +1,26 @@ +SUMMARY = "Encrypted storage management daemon" +DESCRIPTION = "Provides a D-Bus interface to manage an encrypted storage device" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" +DEPENDS += "systemd" +DEPENDS += "phosphor-dbus-interfaces" +DEPENDS += "cryptsetup" +DEPENDS += "openssl" +DEPENDS += "phosphor-logging" +DEPENDS += "sdbusplus" +DEPENDS += "stdplus" +SRCREV = "2443a0217d6ffe4cec3226992a49b45d37bbb53d" +PV = "0.1+git${SRCPV}" +PR = "r1" + +SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https" + +S = "${WORKDIR}/git" +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service" + +inherit meson pkgconfig systemd + +EXTRA_OEMESON = "-Dtests=disabled" + +RDEPENDS:${PN} += "e2fsprogs" -- cgit v1.2.3