summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc1
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb1
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index 5b36b8d9a9..763cc35417 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -247,7 +247,6 @@ VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
PREFERRED_VERSION_phosphor-gpio-monitor = "1.0"
PREFERRED_VERSION_network = "1.0"
-PREFERRED_VERSION_phosphor-logging = "1.0"
PREFERRED_VERSION_phosphor-state-manager = "1.0"
PREFERRED_VERSION_phosphor-ipmi-host = "1.0"
PREFERRED_VERSION_phosphor-dbus-monitor = "1.0"
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb
index 85142f281a..40a116c5d5 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "An error and event log daemon application, and \
supporting tools for OpenBMC."
HOMEPAGE = "https://github.com/openbmc/phosphor-logging"
PR = "r1"
+PV = "1.0+git${SRCPV}"
inherit autotools pkgconfig
inherit pythonnative