* [daisy][PATCH] file: add wrapper to nativesdk-file
@ 2014-10-20 10:13 Javier Viguera
2014-11-13 13:53 ` Javier Viguera
0 siblings, 1 reply; 2+ messages in thread
From: Javier Viguera @ 2014-10-20 10:13 UTC (permalink / raw)
To: openembedded-core
Backport commit 69a3ab3 to 'daisy' which uses a different version of
file package.
Author of the original patch: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
---
meta/recipes-devtools/file/file_5.16.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/file/file_5.16.bb b/meta/recipes-devtools/file/file_5.16.bb
index 46dbf88f8db0..a15d952e3de6 100644
--- a/meta/recipes-devtools/file/file_5.16.bb
+++ b/meta/recipes-devtools/file/file_5.16.bb
@@ -32,5 +32,9 @@ do_install_append_class-native() {
--magic-file ${datadir}/misc/magic.mgc
}
+do_install_append_class-nativesdk() {
+ create_cmdline_wrapper ${D}/${bindir}/file \
+ --magic-file ${datadir}/misc/magic.mgc
+}
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [daisy][PATCH] file: add wrapper to nativesdk-file
2014-10-20 10:13 [daisy][PATCH] file: add wrapper to nativesdk-file Javier Viguera
@ 2014-11-13 13:53 ` Javier Viguera
0 siblings, 0 replies; 2+ messages in thread
From: Javier Viguera @ 2014-11-13 13:53 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Ping (hopefully to be included in daisy point release 1.6.2)
-
Regards,
Javier Viguera
On 20/10/14 12:13, Javier Viguera wrote:
> Backport commit 69a3ab3 to 'daisy' which uses a different version of
> file package.
>
> Author of the original patch: Hongxu Jia <hongxu.jia-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
>
> Signed-off-by: Javier Viguera <javier.viguera-i7dp0qKlBMg@public.gmane.org>
> ---
> meta/recipes-devtools/file/file_5.16.bb | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/meta/recipes-devtools/file/file_5.16.bb b/meta/recipes-devtools/file/file_5.16.bb
> index 46dbf88f8db0..a15d952e3de6 100644
> --- a/meta/recipes-devtools/file/file_5.16.bb
> +++ b/meta/recipes-devtools/file/file_5.16.bb
> @@ -32,5 +32,9 @@ do_install_append_class-native() {
> --magic-file ${datadir}/misc/magic.mgc
> }
>
> +do_install_append_class-nativesdk() {
> + create_cmdline_wrapper ${D}/${bindir}/file \
> + --magic-file ${datadir}/misc/magic.mgc
> +}
>
> BBCLASSEXTEND = "native nativesdk"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-13 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 10:13 [daisy][PATCH] file: add wrapper to nativesdk-file Javier Viguera
2014-11-13 13:53 ` Javier Viguera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox