From: Robert P. J. Day Date: Fri, 4 Jun 2010 21:53:20 +0000 (+0000) Subject: Manual: Add missing unpack file formats to list. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d044a5230aa7a383598bf3a9132c013529c5a62;p=openembedded.git Manual: Add missing unpack file formats to list. Add entries for .tbz2, .xz, .tar.xz and .jar files. Signed-off-by: Robert P. J. Day Signed-off-by: Khem Raj --- diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml index 39eedc0927..2052fa8896 100644 --- a/docs/usermanual/reference/var_src_uri.xml +++ b/docs/usermanual/reference/var_src_uri.xml @@ -113,7 +113,7 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 - .tbz, .tar.bz2 + .tbz, .tbz2, .tar.bz2 Bzip2 compressed tar archives which will be extracted with @@ -143,7 +143,25 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 - .zip + .xz + + + xz (LZMA2) compressed files which will be decompressed with + "xz -dc <srcfile> > <srcfile>". + + + + + .tar.xz + + + xz (LZMA2) compressed tar archives which will be decompressed with + "xz -dc <srcfile> | tar x --no-same-owner -f -". + + + + + .zip, .jar Zip archives which will be extracted with "unzip -q