[OE-core] [daisy][PATCH] file: add wrapper to nativesdk-file

Javier Viguera javier.viguera at digi.com
Thu Nov 13 13:53:10 UTC 2014


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 at public.gmane.org>
>
> Signed-off-by: Javier Viguera <javier.viguera-i7dp0qKlBMg at 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"
>




More information about the Openembedded-core mailing list