aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-04-30 21:36:26 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-02 14:13:57 -0700
commit425c605a6d4270b48833d314ba880c0b3a5a1eec (patch)
treeaf3d513a5c7f96bd61575bb35125558fb07e4f07 /meta-oe
parenta0d6f5c779214e3354c6158d6e8b56a7556ae8ad (diff)
downloadmeta-openembedded-contrib-425c605a6d4270b48833d314ba880c0b3a5a1eec.tar.gz
libmodbus: add documentation PACKAGECONFIG
asciidoc, xmlto programs are being checked to decide if documentation should be generated or not depending on if they are present, this will definitely lead to a non-deterministic build. Fix it by adding documentation to PACKAGECONFIG. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/libmodbus/libmodbus.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus.inc b/meta-oe/recipes-extended/libmodbus/libmodbus.inc
index a01659a72d..b502177aa4 100644
--- a/meta-oe/recipes-extended/libmodbus/libmodbus.inc
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus.inc
@@ -10,4 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-native"
+
inherit autotools pkgconfig