On 16 March 2016 at 02:49, Dengke Du wrote:
> When we create nativesdk-coreutils, a lot of warnings appear,it
> show many files can't find.
>
I don't think anywhere where nativesdk packages are used actually runs the
postinst scripts to create the alternative links, so maybe we should be
stoppin
After a talk with Hongxu jia, we decided to change the
do_install_append_class-target()
to do_install_append(), in this function, added the following:
if [ "${CLASSOVERRIDE}" = "class-native" ]; then
return
fi
in this way, avoid the conflict with the following
do_install
On Wed, 16 Mar 2016 21:30:35 Burton, Ross wrote:
> On 16 March 2016 at 02:49, Dengke Du wrote:
> > When we create nativesdk-coreutils, a lot of warnings appear,it
> > show many files can't find.
>
> I don't think anywhere where nativesdk packages are used actually runs the
> postinst scripts to c
When we create nativesdk-coreutils, a lot of warnings appear,it
show many files can't find. Because in the coreutils recipe, it
didn't contain the do_install for the nativesdk, so when the
alternative system check the files in the following process, it
can't find the files. So we should add the do_