[OE-core] [PATCH 2/2] kernelshark: Update to version 2.5.2

Burton, Ross ross.burton at intel.com
Tue Feb 10 12:51:51 UTC 2015


On 9 February 2015 at 16:52, Ben Shelton <ben.shelton at ni.com> wrote:

>  do_install() {
> -       oe_runmake CC="${CC}" AR="${AR}" prefix="${prefix}" DESTDIR="${D}"
> install_gui
> -       rm ${D}${bindir}/trace-cmd
> -       rm -rf ${D}${datadir}/trace-cmd
> -       rmdir ${D}${datadir}
> +    oe_runmake DESTDIR="${D}" install_gui
> +    rm ${D}${bindir}/trace-cmd
> +    rm -rf ${D}${libdir}/trace-cmd
> +    rmdir ${D}${libdir}
>  }
>

For future reference, shell functions should be tab-indented (Python, 4
spaces).  I've fixed this when merging so there's no need to send a v2.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150210/68171700/attachment-0002.html>


More information about the Openembedded-core mailing list