[oe-commits] [openembedded-core] 11/12: layer.conf: Whitelist lttng-tools->lttng-modules dependency

git at git.openembedded.org git at git.openembedded.org
Fri May 24 16:55:17 UTC 2019


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

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

commit 2e3bce9ce399f48dd35dda1801b1c35cbfa2e706
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri May 24 17:51:53 2019 +0100

    layer.conf: Whitelist lttng-tools->lttng-modules dependency
    
    The API between lttng-tools and lttng-modules is safe, whitelist it as
    the dependency fixes tools failures.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 6590e80..5ecb936 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -77,6 +77,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   weston-init->weston \
   weston-init->kbd \
   connman->xl2tpd \
+  lttng-tools->lttng-modules \
 "
 
 # Avoid adding bison-native to the sysroot without a specific

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


More information about the Openembedded-commits mailing list