[oe] [meta-oe][PATCH] hiredis: Add recipe

Мар'ян Пріцак maryan.pricak at gmail.com
Sun Jun 11 16:21:51 UTC 2017


On Sun, Jun 11, 2017 at 7:01 PM Khem Raj <raj.khem at gmail.com> wrote:

> On Sun, Jun 11, 2017 at 8:27 AM, Marian Pritsak <maryan.pricak at gmail.com>
> wrote:
> > +do_install_prepend() {
> > +  export PREFIX=/usr
> > +  export INSTALL='cp -r'
> > +}
>
> can you explain why these changes are needed ?
>

By default INSTALL variable in Makefile is equal to 'cp -a', which
preserves ownership and causes host-user-contamination QA issue.
And PREFIX defaults to /usr/local.



More information about the Openembedded-devel mailing list