commit | c67924dbdc5b991e3d9e6959d840c847c0d00f3e | [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 | c28e194fa1f4806971009a37722cc723e3d63b30 | |
parent | 196e1fc1ec16cdf0980b33c4fca5d02e7b701953 [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/common/recipes-support/serialization/cereal_1.2.2.bb b/common/recipes-support/serialization/cereal_1.2.2.bb index 9b60187..50c8578 100644 --- a/common/recipes-support/serialization/cereal_1.2.2.bb +++ b/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"