mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
a0d6f5c779
commit
425c605a6d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user