[oe-commits] [openembedded-core] 13/16: at: explicitly depend on bison-native for deterministic builds

git at git.openembedded.org git at git.openembedded.org
Thu Jan 11 17:24:45 UTC 2018


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 7412f3caea5d38ba6618c864dcc3ac9a35d08478
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Tue Jan 9 17:24:21 2018 -0500

    at: explicitly depend on bison-native for deterministic builds
    
    Usually bison-native gets into sysroot through indirect dependencies,
    even with RSS. But when bison-native is not in sysroot, due to different
    system config, it falls back to using "yacc" instead and fails like this:
    
    | yacc -d parsetime.y
    | make: yacc: Command not found
    | Makefile:82: recipe for target 'y.tab.c' failed
    | make: *** [y.tab.c] Error 127
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/at/at_3.1.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb
index 9b537ee..8fe3b43 100644
--- a/meta/recipes-extended/at/at_3.1.20.bb
+++ b/meta/recipes-extended/at/at_3.1.20.bb
@@ -5,7 +5,7 @@ the system load levels drop to a particular level."
 SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
-DEPENDS = "flex flex-native \
+DEPENDS = "flex flex-native bison-native \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \

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


More information about the Openembedded-commits mailing list