diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-04-30 21:36:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-02 14:13:57 -0700 |
commit | 425c605a6d4270b48833d314ba880c0b3a5a1eec (patch) | |
tree | af3d513a5c7f96bd61575bb35125558fb07e4f07 /meta-oe/recipes-extended | |
parent | a0d6f5c779214e3354c6158d6e8b56a7556ae8ad (diff) | |
download | meta-openembedded-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/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/libmodbus/libmodbus.inc | 3 |
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 a01659a72..b502177aa 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" | |||
10 | 10 | ||
11 | SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz" | 11 | SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | ||
14 | PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-native" | ||
15 | |||
13 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |