On Sun, 2018-06-24 at 03:52 +0800, Zheng Ruoqin wrote: > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
