From 40108db4434d8c2e0a1ad2d1dd3f5ae34b17352c Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Mon, 3 Aug 2020 15:40:26 -0700 Subject: Update to internal 0.72 Signed-off-by: Jason M. Bills --- .../meta-common/recipes-phosphor/settings/settings_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/settings') diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/settings/settings_git.bb b/meta-openbmc-mods/meta-common/recipes-phosphor/settings/settings_git.bb index e49a410cb..e15525bba 100644 --- a/meta-openbmc-mods/meta-common/recipes-phosphor/settings/settings_git.bb +++ b/meta-openbmc-mods/meta-common/recipes-phosphor/settings/settings_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Settings" -SRC_URI = "git://github.com/Intel-BMC/provingground.git;protocol=ssh" -SRCREV = "bee56d62b209088454d166d1efae4825a2b175df" +SRC_URI = "git://github.com/Intel-BMC/settings.git;protocol=ssh" +SRCREV = "cf55f85c9cd676736356f06fc47a7e98abd297f3" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" @@ -13,7 +13,7 @@ DEPENDS = "boost \ nlohmann-json \ sdbusplus" -S = "${WORKDIR}/git/settings" +S = "${WORKDIR}/git" inherit cmake systemd EXTRA_OECMAKE = "-DYOCTO=1" -- cgit v1.2.3