[oe-commits] [openembedded-core] 05/05: layer.conf: Ensure texinfo-dummy-native and texinfo--native don't conflict

git at git.openembedded.org git at git.openembedded.org
Tue Jan 28 18:36:44 UTC 2020


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 1ef569530d7e9a4f36657f5e8ea7b439a35ebb82
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Jan 28 18:35:40 2020 +0000

    layer.conf: Ensure texinfo-dummy-native and texinfo--native don't conflict
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index fcdf9ae..285957d 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -96,5 +96,8 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
 # dependency in the recipe.
 SSTATE_EXCLUDEDEPS_SYSROOT += ".*->autoconf-archive-native"
 
+# Don't want texinfo-native and texinfo-dummy-native together so use direct depends only
+SSTATE_EXCLUDEDEPS_SYSROOT += ".*->texinfo-dummy-native"
+
 # We need to keep bitbake tools in PATH
 PATH := "${@os.path.dirname(bb.utils.which(d.getVar('PATH'),'bitbake'))}:${HOSTTOOLS_DIR}"

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


More information about the Openembedded-commits mailing list