meta-phosphor: dbus: dbus-monitor: change version
Change version in phosphor-dbus-monitor.bb
Change-Id: Ib2a9707d8458798f076c017a575a51c84beb69d3
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/conf/distro/include/phosphor-defaults.inc b/conf/distro/include/phosphor-defaults.inc
index 206e3da..ee9e139 100644
--- a/conf/distro/include/phosphor-defaults.inc
+++ b/conf/distro/include/phosphor-defaults.inc
@@ -246,4 +246,3 @@
VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
PREFERRED_VERSION_phosphor-ipmi-host = "1.0"
-PREFERRED_VERSION_phosphor-dbus-monitor = "1.0"
diff --git a/recipes-phosphor/dbus/phosphor-dbus-monitor.bb b/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
index c688ca6..e76473a 100644
--- a/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
+++ b/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
@@ -2,7 +2,7 @@
DESCRIPTION = "Phosphor DBus Monitor is a general purpose DBus application \
that watches DBus traffic for events and takes actions based on those events."
PR = "r1"
-
+PV = "1.0+git${SRCPV}"
HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"