[oe-commits] [openembedded-core] 14/49: gmp: depends on flex-native to fix parallel building issue

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 00:19:54 UTC 2017


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 eb53f97cc3bc26cd77232c77ffef2b4fc57df4b4
Author: Haiqing Bai <Haiqing.Bai at windriver.com>
AuthorDate: Wed Nov 29 14:54:18 2017 +0800

    gmp: depends on flex-native to fix parallel building issue
    
    fix below parallel building issue:
    configure:27365: result: flex
    configure:27403: flex conftest.l
    .../sysroots/x86_64-linux/usr/bin/flex.real: No such file or directory
    configure:27407: $? = 127
    configure:27409: checking lex output file root
    configure:27420: error: cannot find output from flex; giving up
    
    Signed-off-by: Haiqing Bai <Haiqing.Bai at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/gmp/gmp.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index abac8cf..1b35eaa 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -10,3 +10,5 @@ PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
 
 ARM_INSTRUCTION_SET_armv4 = "arm"
 ARM_INSTRUCTION_SET_armv5 = "arm"
+
+DEPENDS = "flex-native"

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


More information about the Openembedded-commits mailing list