diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:25:24 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:25:24 -0700 |
commit | c5a6d6442700477d59ac64c77f28d3b6a41b6cae (patch) | |
tree | d8fb200fb15eeafe0d645425c398b134c5537c37 /recipes/time | |
parent | d420df7cf6a4bf18b434ebd6783bb97eb5753deb (diff) |
time: Add BBCLASSEXTEND = "native"
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/time')
-rw-r--r-- | recipes/time/time.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/time/time.inc b/recipes/time/time.inc index 4f006a693c..9f510da665 100644 --- a/recipes/time/time.inc +++ b/recipes/time/time.inc @@ -3,3 +3,4 @@ memory, that other programs use." HOMEPAGE = "http://www.gnu.org/software/time/" LICENSE = "GPL" SECTION = "utils" +BBCLASSEXTEND = "native" |