[OE-core] [PATCH] mtools: fix broken /usr/bin/lz

Huang, Jie (Jackie) Jackie.Huang at windriver.com
Thu Oct 16 10:25:52 UTC 2014



> -----Original Message-----
> From: Burton, Ross [mailto:ross.burton at intel.com]
> Sent: Wednesday, October 15, 2014 6:26 PM
> To: Huang, Jie (Jackie)
> Cc: OE-core
> Subject: Re: [OE-core] [PATCH] mtools: fix broken /usr/bin/lz
> 
> On 15 October 2014 10:28,  <jackie.huang at windriver.com> wrote:
> > +-              $(INSTALL_SCRIPT) $(srcdir)/scripts/$j ${DESTDIR}$(bindir)/$j ; \
> > ++              $(INSTALL_PROGRAM) $(srcdir)/scripts/$j
> > ++ ${DESTDIR}$(bindir)/$j ; \
> 
> Maybe you meant to install both scripts and programs:

Yes, thanks for pointing out, the expected results should be:

$ buildhistory-diff 
packages/core2-64-poky-linux/mtools/mtools: FILELIST: added "/usr/bin/mcomp /usr/bin/mcheck /usr/bin/mxtar /usr/bin/uz /usr/bin/tgz"

I will send v2 for this.

Thanks,
Jackie

> 
> $ buildhistory-diff
> packages/corei7-64-poky-linux/mtools/mtools: FILELIST: removed "/usr/bin/tgz.tgz" added
> "/usr/bin/mcomp /usr/bin/mcheck /usr/bin/mxtar /usr/bin/uz /usr/bin/tgz"
> packages/corei7-64-poky-linux/mtools/mtools: PKGR changed from r6.0 to r6.1
> packages/corei7-64-poky-linux/mtools/mtools: PKGSIZE changed from
> 954588 to 180302 (-81%)
>   * FILELIST: removed "/usr/bin/tgz.tgz" added "/usr/bin/mcomp /usr/bin/mcheck /usr/bin/mxtar
> /usr/bin/uz /usr/bin/tgz"
> 
> This patch means /usr/bin/tgz.tgz isn't shipped anymore.
> 
> Ross


More information about the Openembedded-core mailing list