summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-08 20:18:12 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 09:09:58 -0400
commitbb5e82f61f750ec336ac8e7a92092778eab3e34f (patch)
tree12a524700233c1539d98829e183ccf33e2e751c0
parent4015abd5a3625fb53238552269dcdaebd6e42d2d (diff)
downloadtalos-openbmc-bb5e82f61f750ec336ac8e7a92092778eab3e34f.tar.gz
talos-openbmc-bb5e82f61f750ec336ac8e7a92092778eab3e34f.zip
meta-phosphor: gpio-monitor: change version
Change version in phosphor-gpio-monitor.bb (From meta-phosphor rev: 0bb318073f4d50520d1a32b0c4d66883f8f504a0) Change-Id: Id794bc88b2b2450509f2674986312d433d25b881 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/gpio/phosphor-gpio-monitor.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index cded7b2ef..d1b2faa54 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -245,7 +245,6 @@ OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project"
# phosphor-ipmi-fru-whitelist-native recipe.
VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
-PREFERRED_VERSION_phosphor-gpio-monitor = "1.0"
PREFERRED_VERSION_phosphor-ipmi-host = "1.0"
PREFERRED_VERSION_phosphor-dbus-monitor = "1.0"
PREFERRED_VERSION_mboxd = "1.0"
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor.bb
index f9a208986..947c30518 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor.bb
@@ -2,7 +2,7 @@ SUMMARY = "Phosphor GPIO monitor application"
DESCRIPTION = "Application to monitor gpio assertions"
HOMEPAGE = "http://github.com/openbmc/phosphor-gpio-monitor"
PR = "r1"
-
+PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
OpenPOWER on IntegriCloud