[OE-core] [PATCH 4/8][PATCH v2] libnewt-python: Add PROVIDES for nativesdk.

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 25 07:10:21 UTC 2018


On Sun, 2018-06-24 at 03:52 +0800, Zheng Ruoqin wrote:
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>  meta/recipes-devtools/file/file_5.32.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-devtools/file/file_5.32.bb b/meta/recipes-
> devtools/file/file_5.32.bb
> index 5e15925..9b13261 100644
> --- a/meta/recipes-devtools/file/file_5.32.bb
> +++ b/meta/recipes-devtools/file/file_5.32.bb
> @@ -43,6 +43,8 @@ do_install_append_class-nativesdk() {
>  
>  BBCLASSEXTEND = "native nativesdk"
>  PROVIDES_append_class-native = " file-replacement-native"
> +PROVIDES_append_class-nativesdk = " file-replacement-nativesdk"
> +
>  # Don't use NATIVE_PACKAGE_PATH_SUFFIX as that hides libmagic from
> anyone who
>  # depends on file-replacement-native.
>  bindir_append_class-native = "/file-native"

The description is wrong, this isn't libnewt-python.

Also, the use case for file-replacement-native is very specific to file
from the host system verses file from file-native. Why would you ever
need this for nativesdk? I'm not sure you'd ever need this?

Cheers,

Richard



More information about the Openembedded-core mailing list