aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2017-01-17 15:54:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:45:45 +0000
commita335aed0c2f64defc503ae3cc66c9ca0645eb6db (patch)
treec2a60407c830b3602f14de192bd6b158ae6872ac
parent9fc8ea24914a322536d831ea11295c4ef0dc6b66 (diff)
downloadopenembedded-core-contrib-a335aed0c2f64defc503ae3cc66c9ca0645eb6db.tar.gz
time: BBCLASSEXTEND to native and nativesdk
Some recipe might use time, e.g. http://git.yoctoproject.org/cgit/cgit.cgi/meta-swupd/tree/classes/swupd-image.bbclass?id=531a8e636ca891c34f2596eb7f6365a11d4b29a7#n481 Time is a bash built-in, or a separate utility (typically in /usr/bin/), but not everybody uses bash, or has GNU time installed by default. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-extended/time/time.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc
index 85862177b7..6b20d7c520 100644
--- a/meta/recipes-extended/time/time.inc
+++ b/meta/recipes-extended/time/time.inc
@@ -10,3 +10,5 @@ inherit texinfo update-alternatives
ALTERNATIVE_${PN} = "time"
ALTERNATIVE_PRIORITY = "100"
+
+BBCLASSEXTEND = "native nativesdk"