summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-08 20:13:29 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 09:09:58 -0400
commit30ace0cc4160756d4f46cd4a4b2a576e3683c31d (patch)
treead55ae0b5af06dd93c82051177661a8436bbf85b /meta-phosphor
parent004d49958a83b2ab92301b67134d6910313d94d8 (diff)
downloadtalos-openbmc-30ace0cc4160756d4f46cd4a4b2a576e3683c31d.tar.gz
talos-openbmc-30ace0cc4160756d4f46cd4a4b2a576e3683c31d.zip
meta-phosphor: logging: change version
Change version in phosphor-logging.bb (From meta-phosphor rev: 9c65b80ae6910ae6c4f3086b8734f326ce6ba621) Change-Id: I2c8631ad286676d39f91071988a9594b3bfd9efa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-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 5b36b8d9a..763cc3541 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 85142f281..40a116c5d 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
OpenPOWER on IntegriCloud