On Mon, May 27, 2019 at 01:48:52AM +0000, Mittal, Anuj wrote:
> On Sun, 2019-05-26 at 14:54 +0800, Kevin Hao wrote:
> > > If not, we should probably just remove it in do_install_append and
> > not
> > > carry this patch.
> >
> > Do you mean something like this in the dpdk_18.11.1.bb:
> > do_install_append () {
> > # Remove the unneeded dir
> > dir=${D}/${INSTALL_PATH}/${RTE_TARGET}/app
> > test -d $dir && rm -rf $dir
> > }
>
> Yes but I don't think you need to check if the dir is present when
> using -f with rm.OK, I will remove the test. Thanks, Kevin > > Thanks, > Anuj
signature.asc
Description: PGP signature
-- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
