[OE-core] [PATCH] lttng-modules: allow building without tracepoints enabled in kernel

Burton, Ross ross.burton at intel.com
Mon Jul 1 14:44:10 UTC 2013


On 1 July 2013 15:21, Paul Eggleton <paul.eggleton at linux.intel.com> wrote:
> +       find ${D}/lib -depth -type d -empty -exec rmdir {} \;

A slightly cleaner form of this:

$ find ${D}/lib -type d -empty -delete

Ross



More information about the Openembedded-core mailing list