[oe-commits] [meta-openembedded] 01/14: libmodbus: add documentation PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu May 2 03:08:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9daa3a223045c843ba3d1452b821f6016d54d71a
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Tue Apr 30 21:36:26 2019 +0200

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/libmodbus/libmodbus.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus.inc b/meta-oe/recipes-extended/libmodbus/libmodbus.inc
index a01659a..b502177 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list