[OE-core] [oe-commits] Phil Blundell : libcap: respect ${base_sbindir}

Phil Blundell philb at gnu.org
Mon Sep 24 13:54:03 UTC 2012


On Mon, 2012-09-24 at 15:48 +0200, Martin Jansa wrote:
> On Mon, Sep 24, 2012 at 10:35:53AM +0000, git at git.openembedded.org wrote:
> >  do_install() {
> > -	oe_runmake install DESTDIR="${D}" prefix="${prefix}"
> > +	oe_runmake install DESTDIR="${D}" prefix="${prefix}" SBINDIR="${D}${base_sbindir}"
> >  }
> 
> This breaks packaging:
> 
> /sbin/capsh /sbin/getcap /sbin/getpcaps /sbin/setcap
> were moved from /usr/sbin/ and now are included in PN instead of PN-bin

Ah, looks like that should have been ${sbindir} not ${base_sbindir}.
Does it work for you if you make that change?

p.






More information about the Openembedded-core mailing list