[oe-commits] Tom Rini : tar: Add BBCLASSEXTEND = "native"

git version control git at git.openembedded.org
Fri Aug 20 17:27:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4e239b1db55475b401e5c60bf81cccd7b319f0ca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e239b1db55475b401e5c60bf81cccd7b319f0ca

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Aug 20 10:27:27 2010 -0700

tar: Add BBCLASSEXTEND = "native"

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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 8fbc2f8..5f9c899 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"
 





More information about the Openembedded-commits mailing list