commit | f7baa352394293290bb58fb83d11a969c778e392 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Apr 11 14:01:17 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed May 30 12:35:27 2018 +0000 |
tree | c18b019e5091b67cff508ab2b127030633081ace | |
parent | b0581b516478da675ce49c5bbc9c267ee8318415 [diff] |
cereal: set PV OE norms dictate that recipes using the git fetcher set PV explicitly to "x.y.z+git${SRCPV}" Tested: Built the cereal recipe Change-Id: Ib4206b85691e95e0157704c9bd196bc44964c64f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-support/serialization/cereal_1.2.2.bb b/meta-phosphor/common/recipes-support/serialization/cereal_1.2.2.bb index 9b60187..50c8578 100644 --- a/meta-phosphor/common/recipes-support/serialization/cereal_1.2.2.bb +++ b/meta-phosphor/common/recipes-support/serialization/cereal_1.2.2.bb
@@ -8,6 +8,7 @@ SRC_URI += "git://github.com/USCiLab/cereal" SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4" +PV = "1.2.2+git${SRCPV}" S = "${WORKDIR}/git"