From e97270cc4b3319233d6075dcf07bcedc615a6008 Mon Sep 17 00:00:00 2001 From: Brandon Wyman Date: Fri, 28 Apr 2017 17:51:53 -0500 Subject: phosphor-fan: Fix SRC_URI and SRC_REV from rename Commit bd9931fc changed SRC_URI to 'bradbishop'. Revert to 'openbmc' and set SRC_REV to a valid commit. Change-Id: I16f6720140458c659a6598c301fa95ce18062814 Signed-off-by: Brandon Wyman --- meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/common/recipes-phosphor/fans') diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc index 06edd1f28..90c96f467 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc @@ -1,5 +1,5 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -SRC_URI += "git://github.com/bradbishop/phosphor-fan-presence" -SRCREV = "b9f3361f3bd47400b2d94d5e471508aa6233cf42" +SRC_URI += "git://github.com/openbmc/phosphor-fan-presence" +SRCREV = "5cfdf94fdf0ac1167c9337cec95ba4d932ad40f7" -- cgit v1.2.1