From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] Manual: Add missing unpack file formats to list.
Date: Sun, 6 Jun 2010 18:01:23 -0700 [thread overview]
Message-ID: <20100607010123.GD6723@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1006050351360.10633@lynx>
On (05/06/10 03:53), Robert P. J. Day wrote:
>
> Add entries for .tbz2, .xz, .tar.xz and .jar files.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
applied thanks
>
> ---
>
> diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
> index b858e8a..a86fdba 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
> </varlistentry>
>
> <varlistentry>
> - <term>.tbz, .tar.bz2</term>
> + <term>.tbz, .tbz2, .tar.bz2</term>
>
> <listitem>
> <para>Bzip2 compressed tar archives which will be extracted with
> @@ -143,7 +143,25 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
> </varlistentry>
>
> <varlistentry>
> - <term>.zip</term>
> + <term>.xz</term>
> +
> + <listitem>
> + <para>xz (LZMA2) compressed files which will be decompressed with
> + <command>"xz -dc <srcfile> > <srcfile>"</command>.</para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>.tar.xz</term>
> +
> + <listitem>
> + <para>xz (LZMA2) compressed tar archives which will be decompressed with
> + <command>"xz -dc <srcfile> | tar x --no-same-owner -f -"</command>.</para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>.zip, .jar</term>
>
> <listitem>
> <para>Zip archives which will be extracted with <command>"unzip -q
>
>
> --
>
> ========================================================================
> Robert P. J. Day Waterloo, Ontario, CANADA
>
> Linux Consulting, Training and Kernel Pedantry.
>
> Web page: http://crashcourse.ca
> Twitter: http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
prev parent reply other threads:[~2010-06-07 1:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-05 7:53 [PATCH] Manual: Add missing unpack file formats to list Robert P. J. Day
2010-06-07 1:01 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100607010123.GD6723@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox