git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a6d64
)
tar: Add BBCLASSEXTEND = "native"
author
Tom Rini
<tom_rini@mentor.com>
Fri, 20 Aug 2010 17:27:27 +0000
(10:27 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/tar/tar.inc
b/recipes/tar/tar.inc
index
8fbc2f8
..
5f9c899
100644
(file)
--- 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"