> On Feb 26, 2016, at 10:03 AM, Martin Jansa <[email protected]> wrote: > > * Using "cp -a" leaks UID of user running the builds, causing > many QA warnings. > * See this thread for details: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html > > Signed-off-by: Martin Jansa <[email protected]> > --- > recipes-mozilla/firefox-addon/firefox-addon.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-mozilla/firefox-addon/firefox-addon.inc > b/recipes-mozilla/firefox-addon/firefox-addon.inc > index a886201..88dd5aa 100644 > --- a/recipes-mozilla/firefox-addon/firefox-addon.inc > +++ b/recipes-mozilla/firefox-addon/firefox-addon.inc > @@ -30,7 +30,7 @@ do_install() { > [ -z "$EXTENSION" ] && exit 1 > > mkdir -p ${D}${libdir}/firefox/extensions/ > - mv $e ${D}${libdir}/firefox/extensions/${EXTENSION} > + cp -R --no-dereference --preserve=mode,links -v $e > ${D}${libdir}/firefox/extensions/${EXTENSION}
can we use install utility to have better control over perms > done > } > > -- > 2.7.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
