mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
openobex: disable building documentation
When building openobex on a host without any connection to outside, the configure fails as it tries to get some url from outside to build the documentation. Fix this problem by disabling building documentation. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -21,6 +21,7 @@ inherit cmake pkgconfig
|
|||||||
S = "${WORKDIR}/${BP}-Source"
|
S = "${WORKDIR}/${BP}-Source"
|
||||||
|
|
||||||
EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON "
|
EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON "
|
||||||
|
EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF"
|
||||||
|
|
||||||
#--enable-apps --enable-syslog
|
#--enable-apps --enable-syslog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user