[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4084/8267] time: BBCLASSEXTEND to native and nativesdk



commit 51d5d7f843a13bc6c733c3c6ecb3323ffab7c15e
Author: André Draszik <adraszik tycoint com>
Date:   Tue Jan 17 15:54:39 2017 +0000

    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.
    
    (From OE-Core rev: a335aed0c2f64defc503ae3cc66c9ca0645eb6db)
    
    Signed-off-by: André Draszik <adraszik tycoint com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/time/time.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc
index 8586217..6b20d7c 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]