summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-09 06:13:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 16:09:58 +0300
commit30ace0cc4160756d4f46cd4a4b2a576e3683c31d (patch)
treead55ae0b5af06dd93c82051177661a8436bbf85b
parent004d49958a83b2ab92301b67134d6910313d94d8 (diff)
downloadopenbmc-30ace0cc4160756d4f46cd4a4b2a576e3683c31d.tar.xz
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>
-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