tar: Add BBCLASSEXTEND = "native"
authorTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 17:27:27 +0000 (10:27 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 17:27:27 +0000 (10:27 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/tar/tar.inc

index 8fbc2f8..5f9c899 100644 (file)
@@ -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"