From 5c8ce52632e5b397517e8c917b174e353da77fb5 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Oct 2018 15:06:19 -0700 Subject: meta-phosphor: rest-dbus: rename as git Rename rest-dbus.bb to rest-dbus_git.bb per OE norms. (From meta-phosphor rev: f9f2d059cec9b8eafeee2c9d3560b2fa7b184cdb) Change-Id: I79125208d02bc5e074df4e44f304883c0cd35972 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- .../recipes-phosphor/interfaces/rest-dbus.bb | 25 --------------------- .../recipes-phosphor/interfaces/rest-dbus_git.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 meta-phosphor/recipes-phosphor/interfaces/rest-dbus.bb create mode 100644 meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus.bb b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus.bb deleted file mode 100644 index 9d4217b7a..000000000 --- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Phosphor OpenBMC REST framework" -DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon." -HOMEPAGE = "http://github.com/openbmc/rest-dbus" -PR = "r1" - -inherit allarch -inherit obmc-phosphor-license -inherit obmc-phosphor-systemd -inherit setuptools - -RDEPENDS_${PN} += " \ - python-netserver \ - python-json \ - python-dbus \ - python-xml \ - pyphosphor-dbus \ - " - -SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" - -SRC_URI += "git://github.com/openbmc/rest-dbus.git" - -SRCREV = "3084b80c489c10b03207c8fb97d4437fd760f30d" - -S = "${WORKDIR}/git" diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb new file mode 100644 index 000000000..779705a0b --- /dev/null +++ b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb @@ -0,0 +1,26 @@ +SUMMARY = "Phosphor OpenBMC REST framework" +DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon." +HOMEPAGE = "http://github.com/openbmc/rest-dbus" +PR = "r1" +PV = "1.0+git${SRCPV}" + +inherit allarch +inherit obmc-phosphor-license +inherit obmc-phosphor-systemd +inherit setuptools + +RDEPENDS_${PN} += " \ + python-netserver \ + python-json \ + python-dbus \ + python-xml \ + pyphosphor-dbus \ + " + +SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" + +SRC_URI += "git://github.com/openbmc/rest-dbus.git" + +SRCREV = "3084b80c489c10b03207c8fb97d4437fd760f30d" + +S = "${WORKDIR}/git" -- cgit v1.2.1