* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
@ 2013-01-29 10:04 Stephan Hoffmann
2013-01-29 10:18 ` Samuel Martin
0 siblings, 1 reply; 6+ messages in thread
From: Stephan Hoffmann @ 2013-01-29 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
---
docs/manual/adding-packages-generic.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 7b8561a..53c8c21 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -288,6 +288,9 @@ LIBFOO_VERSION = 2.32
Now, the variables that define what should be performed at the
different steps of the build process.
+* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
+ extract the package in case no standard method applies
+
* +LIBFOO_CONFIGURE_CMDS+ lists the actions to be performed to
configure the package before its compilation.
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
2013-01-29 10:04 [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS Stephan Hoffmann
@ 2013-01-29 10:18 ` Samuel Martin
2013-01-29 10:39 ` Stephan Hoffmann
0 siblings, 1 reply; 6+ messages in thread
From: Samuel Martin @ 2013-01-29 10:18 UTC (permalink / raw)
To: buildroot
Hi Stephan,
2013/1/29 Stephan Hoffmann <sho@relinux.de>:
> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
> ---
> docs/manual/adding-packages-generic.txt | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
> index 7b8561a..53c8c21 100644
> --- a/docs/manual/adding-packages-generic.txt
> +++ b/docs/manual/adding-packages-generic.txt
> @@ -288,6 +288,9 @@ LIBFOO_VERSION = 2.32
> Now, the variables that define what should be performed at the
> different steps of the build process.
>
> +* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
> + extract the package in case no standard method applies
It could be nice to add what are the standard/supported methods
> +
> * +LIBFOO_CONFIGURE_CMDS+ lists the actions to be performed to
> configure the package before its compilation.
>
> --
> 1.7.0.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Regards,
--
Samuel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
2013-01-29 10:18 ` Samuel Martin
@ 2013-01-29 10:39 ` Stephan Hoffmann
2013-01-29 17:29 ` Arnout Vandecappelle
0 siblings, 1 reply; 6+ messages in thread
From: Stephan Hoffmann @ 2013-01-29 10:39 UTC (permalink / raw)
To: buildroot
Am 29.01.2013 11:18, schrieb Samuel Martin:
> Hi Stephan,
>
> 2013/1/29 Stephan Hoffmann <sho@relinux.de>:
>> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
>> ---
>> docs/manual/adding-packages-generic.txt | 3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
>> index 7b8561a..53c8c21 100644
>> --- a/docs/manual/adding-packages-generic.txt
>> +++ b/docs/manual/adding-packages-generic.txt
>> @@ -288,6 +288,9 @@ LIBFOO_VERSION = 2.32
>> Now, the variables that define what should be performed at the
>> different steps of the build process.
>>
>> +* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
>> + extract the package in case no standard method applies
> It could be nice to add what are the standard/supported methods
Sure. But I do not know them, I just decided to document this one
because I had to search for the information recently.
>
>> +
>> * +LIBFOO_CONFIGURE_CMDS+ lists the actions to be performed to
>> configure the package before its compilation.
>>
>> --
>> 1.7.0.4
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> Regards,
>
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
2013-01-29 10:39 ` Stephan Hoffmann
@ 2013-01-29 17:29 ` Arnout Vandecappelle
2013-02-16 16:22 ` Stephan Hoffmann
0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2013-01-29 17:29 UTC (permalink / raw)
To: buildroot
On 29/01/13 11:39, Stephan Hoffmann wrote:
> Am 29.01.2013 11:18, schrieb Samuel Martin:
[snip]
>>> >>+* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
>>> >>+ extract the package in case no standard method applies
>> >It could be nice to add what are the standard/supported methods
> Sure. But I do not know them, I just decided to document this one
> because I had to search for the information recently.
There is currently only one: tar - and if you don't override the
commands, tar is used regardless of filetype or extension.
It supports three compression types: gzip (extension .gz or .tgz),
bzip2 (extension .bz2, .tbz or .tbz2), and xz (extension .xz).
Feel free to copy the above directly :-)
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
2013-01-29 17:29 ` Arnout Vandecappelle
@ 2013-02-16 16:22 ` Stephan Hoffmann
2013-02-16 17:35 ` Arnout Vandecappelle
0 siblings, 1 reply; 6+ messages in thread
From: Stephan Hoffmann @ 2013-02-16 16:22 UTC (permalink / raw)
To: buildroot
Am 29.01.2013 18:29, schrieb Arnout Vandecappelle:
> On 29/01/13 11:39, Stephan Hoffmann wrote:
>> Am 29.01.2013 11:18, schrieb Samuel Martin:
> [snip]
>>>> >>+* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
>>>> >>+ extract the package in case no standard method applies
>>> >It could be nice to add what are the standard/supported methods
>> Sure. But I do not know them, I just decided to document this one
>> because I had to search for the information recently.
>
> There is currently only one: tar - and if you don't override the
> commands, tar is used regardless of filetype or extension.
>
> It supports three compression types: gzip (extension .gz or .tgz),
> bzip2 (extension .bz2, .tbz or .tbz2), and xz (extension .xz).
>
> Feel free to copy the above directly :-)
>
I do not think that the list of XXX_CMDS variables is the right place to
document the default behavior without them.
Of course whe should have a documentation of the default behaior
somewhere in the manual, but I am not enough familiar with this topic to
write it.
So I suggest to commit my patch as it is, it still applies to HEAD.
Regards
Stephan
> Regards,
> Arnout
>
>
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS
2013-02-16 16:22 ` Stephan Hoffmann
@ 2013-02-16 17:35 ` Arnout Vandecappelle
0 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2013-02-16 17:35 UTC (permalink / raw)
To: buildroot
On 16/02/13 17:22, Stephan Hoffmann wrote:
> Am 29.01.2013 18:29, schrieb Arnout Vandecappelle:
>> On 29/01/13 11:39, Stephan Hoffmann wrote:
>>> Am 29.01.2013 11:18, schrieb Samuel Martin:
>> [snip]
>>>>>>> +* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to
>>>>>>> + extract the package in case no standard method applies
>>>>> It could be nice to add what are the standard/supported methods
>>> Sure. But I do not know them, I just decided to document this one
>>> because I had to search for the information recently.
>>
>> There is currently only one: tar - and if you don't override the
>> commands, tar is used regardless of filetype or extension.
>>
>> It supports three compression types: gzip (extension .gz or .tgz),
>> bzip2 (extension .bz2, .tbz or .tbz2), and xz (extension .xz).
>>
>> Feel free to copy the above directly :-)
>>
> I do not think that the list of XXX_CMDS variables is the right place to
> document the default behavior without them.
>
> Of course whe should have a documentation of the default behaior
> somewhere in the manual, but I am not enough familiar with this topic to
> write it.
>
> So I suggest to commit my patch as it is, it still applies to HEAD.
Good point.
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-16 17:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 10:04 [Buildroot] [PATCH] Docu: Add LIBFOO_EXTRACT_CMDS Stephan Hoffmann
2013-01-29 10:18 ` Samuel Martin
2013-01-29 10:39 ` Stephan Hoffmann
2013-01-29 17:29 ` Arnout Vandecappelle
2013-02-16 16:22 ` Stephan Hoffmann
2013-02-16 17:35 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox