diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-03-06 15:49:29 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-03-06 15:49:29 -0600 |
commit | fb26651583a3014f0df45a611a9fe273700a426e (patch) | |
tree | 471c91ec66d077cf9af19f6fd8ba5ea0b5415792 | |
parent | 1540c50bd0faf06edc26ea0800081dd57e11ae70 (diff) |
corecdp-version: set BB_DONT_CACHE to always force parsing
-rw-r--r-- | multitech/recipes/multitech/corecdp-version.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multitech/recipes/multitech/corecdp-version.bb b/multitech/recipes/multitech/corecdp-version.bb index 2efb474..e96adee 100644 --- a/multitech/recipes/multitech/corecdp-version.bb +++ b/multitech/recipes/multitech/corecdp-version.bb @@ -1,5 +1,8 @@ LICENSE = "MIT" +# always parse this file so PV can change automatically +__BB_DONT_CACHE = "1" + PV = "${DISTRO_VERSION}_${CORECDP_METADATA_REVISION}" PR = "r2" PE = "1" |