summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-03 13:22:12 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-08 22:51:18 -0400
commite28f387b99b0ee4881b2443891ea21fea5b3d961 (patch)
tree80a07337a998160fab4ff85e0baebb4dfe6c89a8
parentc5bbd4102e4a050990518109c48efe843a7b7b2c (diff)
downloadtalos-openbmc-e28f387b99b0ee4881b2443891ea21fea5b3d961.tar.gz
talos-openbmc-e28f387b99b0ee4881b2443891ea21fea5b3d961.zip
meta-phosphor: webui: rename as git
Rename phosphor-webui.bb to phosphor-webui_git.bb per OE norms. (From meta-phosphor rev: fd8d54a24ac1cbe8d890e831735dc0a2f72fafa7) Change-Id: I32684d859ccda690697a475e134606db72ec70cc Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb (renamed from meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
index 7c493994b..46d5e344d 100644
--- a/meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb
+++ b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
@@ -1,9 +1,11 @@
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.
-
+PR = "r1"
+PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
-SRC_URI = "git://github.com/openbmc/phosphor-webui.git"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+SRC_URI = "git://github.com/openbmc/phosphor-webui.git"
SRCREV = "971ac1aaf4a7096bb20ec75db3be5755f8899906"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud