From: Tom Rini Date: Fri, 20 Aug 2010 17:27:27 +0000 (-0700) Subject: tar: Add BBCLASSEXTEND = "native" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e239b1db55475b401e5c60bf81cccd7b319f0ca;p=openembedded.git tar: Add BBCLASSEXTEND = "native" Signed-off-by: Tom Rini --- 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"