diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-30 13:10:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-01 10:46:16 +0000 |
commit | d4666e87b11dd91e9ba2414f43b332739534d44c (patch) | |
tree | 8e505c0e8fd46163f29c69e20a618867ab965505 /meta | |
parent | 714eb4532b21b4e16bcd6e0975cfb887e93b08ce (diff) | |
download | poky-d4666e87b11dd91e9ba2414f43b332739534d44c.tar.gz |
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/
(From OE-Core rev: 37c9c50a00949442419173bcbdce8ee1714eed23)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 6d7c05e65e..0e03a31652 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 | |||
36 | 36 | ||
37 | CVE_PRODUCT = "ust" | 37 | CVE_PRODUCT = "ust" |
38 | 38 | ||
39 | PACKAGECONFIG[examples] = "--enable-examples, --disable-examples," | ||
39 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" | 40 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" |
40 | PACKAGECONFIG[python3-agent] = "--enable-python-agent ${PYTHON_OPTION}, --disable-python-agent, python3, python3" | 41 | PACKAGECONFIG[python3-agent] = "--enable-python-agent ${PYTHON_OPTION}, --disable-python-agent, python3, python3" |
41 | 42 | ||