[oe-commits] [openembedded-core] 06/07: lttng-ust: Turn examples into a packageconfig

git at git.openembedded.org git at git.openembedded.org
Tue Dec 31 11:20:36 UTC 2019


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 37c9c50a00949442419173bcbdce8ee1714eed23
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Dec 30 13:10:03 2019 -0800

    lttng-ust: Turn examples into a packageconfig
    
    examples are unbuildable in some cases, see [1]
    this helps in making them optional via the newly addded
    configure option in 2.11 release
    
    [1] https://bugs.lttng.org/issues/1132
    [2] https://patchwork.ozlabs.org/patch/832106/
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb
index 6d7c05e..0e03a31 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb
@@ -36,6 +36,7 @@ SRC_URI[sha256sum] = "683280cfe5e12021e64c32cef9eeb0128f1f23dec32ba28adb5a2074be
 
 CVE_PRODUCT = "ust"
 
+PACKAGECONFIG[examples] = "--enable-examples, --disable-examples,"
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
 PACKAGECONFIG[python3-agent] = "--enable-python-agent ${PYTHON_OPTION}, --disable-python-agent, python3, python3"
 

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


More information about the Openembedded-commits mailing list