summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2014-03-06 15:49:29 -0600
committerJesse Gilles <jgilles@multitech.com>2014-03-06 15:49:29 -0600
commitfb26651583a3014f0df45a611a9fe273700a426e (patch)
tree471c91ec66d077cf9af19f6fd8ba5ea0b5415792
parent1540c50bd0faf06edc26ea0800081dd57e11ae70 (diff)
corecdp-version: set BB_DONT_CACHE to always force parsing
-rw-r--r--multitech/recipes/multitech/corecdp-version.bb3
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"