diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-03-06 14:29:19 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-03-06 14:29:19 -0600 |
commit | 682ead40593387ce57a82ee33e4ea080a6297dca (patch) | |
tree | 0a15de520e1f973e5ca47885a5210544f31e855b /multitech | |
parent | 3a55e39693bee76d291d8af3b2ea163bd46c492e (diff) |
corecdp-version: add metadata revision to PV so this always gets rebuilt
Diffstat (limited to 'multitech')
-rw-r--r-- | multitech/recipes/multitech/corecdp-version.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/multitech/corecdp-version.bb b/multitech/recipes/multitech/corecdp-version.bb index 3c90626..2efb474 100644 --- a/multitech/recipes/multitech/corecdp-version.bb +++ b/multitech/recipes/multitech/corecdp-version.bb @@ -1,6 +1,6 @@ LICENSE = "MIT" -PV = "${DISTRO_VERSION}" +PV = "${DISTRO_VERSION}_${CORECDP_METADATA_REVISION}" PR = "r2" PE = "1" |