[OE-core] [PATCH 14/23] lttng: enable optional building of manpages

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon Oct 24 13:33:10 UTC 2016


On 10/21/2016 02:15 PM, Burton, Ross wrote:
> Something went wrong here when doing the secondary install for the ptest
> package. It installed duplicates of the man pages and nonsense such as
> include/config.h.in <http://config.h.in>~, and then the runtime
> dependency tree went crazy.

That's because:

commit 206ad10eaa360b54ea277360f82f3337673cb39b
Author: Nathan Lynch <nathan_lynch at mentor.com>
Date:   Tue Sep 27 14:04:46 2016 -0500

     lttng-tools: fix ptest

     Updates to address this include:
.....
     - copy entire build directory into PTEST_PATH and then remove 
unneeded files



So I'll add more lines to that unneeded files removal, but the approach 
of copying everything then removing unneeded stuff is not good for 
maintenance, also considering that for this recipe the build and source 
trees are the same directory. Should be a selective copy.

Alex



More information about the Openembedded-core mailing list