IntelRealSense / meta-intel-realsense

Yocto layer for realsense-sdk and librealsense
https://realsense.intel.com/
Other
35 stars 26 forks source link

log4cxx: keep in-source build to avoid removal log4cxx.h #6

Closed rojkov closed 7 years ago

rojkov commented 8 years ago

The autotools-brokensep indicates that the log4cxx currently cannot handle out-of-source builds, and hence the in-source build must be kept until this is resolved.

There might be situations when other layers might want to use log4cxx provided by meta-intel-realsense, but the current recipe doesn't install the header log4cxx/log4cxx.h included by e.g. log4cxx/logstring.h which is a part of public API. Thus this patch.

Signed-off-by: Dmitry Rozhkov dmitry.rozhkov@linux.intel.com