commit | 9ea4aaf544a1a14ea84da852c15e3638a5e3117a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Oct 24 12:55:20 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 25 07:51:53 2018 -0400 |
tree | ba7722f2ebb3a9fd99d8dbb6729d3e88a7ea64c6 | |
parent | 19d2050424e385f9fff936645af0e6b5b6de4d05 [diff] |
meta-phosphor: led-manager-*_git: add package version Add missing explicit git PV variable to phosphor-led-manager git recipes. (From meta-phosphor rev: 6dc4c9ae971c0766357a2ebe84cf13fdaa106778) Change-Id: I87c24ed53586d52ff8e89aa14b7d1fe3641ea964 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb index 4b546d0..343a6e0 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb
@@ -1,5 +1,6 @@ SUMMARY = "Phosphor LED Group Management with example data" PR = "r1" +PV = "1.0+git${SRCPV}" inherit native require phosphor-led-manager.inc
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb index c8ec041..a2b9c3f 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb
@@ -1,5 +1,6 @@ SUMMARY = "Copy error yaml files to known path for elog parsing" PR = "r1" +PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb index d501d33..5ab3480 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb
@@ -1,6 +1,7 @@ SUMMARY = "Phosphor LED Group Management Daemon" DESCRIPTION = "Daemon to cater to triggering actions on LED groups" PR = "r1" +PV = "1.0+git${SRCPV}" require ${PN}.inc