diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:27:27 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:27:27 -0700 |
commit | 4e239b1db55475b401e5c60bf81cccd7b319f0ca (patch) | |
tree | e80bcf8605ef05f62647377f3a957e7e6e8dca06 /recipes/tar | |
parent | c5a6d6442700477d59ac64c77f28d3b6a41b6cae (diff) |
tar: Add BBCLASSEXTEND = "native"
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/tar')
-rw-r--r-- | recipes/tar/tar.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/tar/tar.inc b/recipes/tar/tar.inc index 8fbc2f81f7..5f9c899ec6 100644 --- a/recipes/tar/tar.inc +++ b/recipes/tar/tar.inc @@ -2,6 +2,7 @@ DESCRIPTION = "GNU tar saves many files together into a single tape \ or disk archive, and can restore individual files from the archive." SECTION = "base" LICENSE = "GPLv3" +BBCLASSEXTEND = "native" SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" |