diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-14 11:51:55 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-14 08:28:42 -0400 |
commit | 23ea2ea67903749381e2ba275e06bebcab8e99a0 (patch) | |
tree | 4a7a1c6eba9a7f04be788050c0cf1736a1c4d2a5 /recipes-core/runx/runx_git.bb | |
parent | 343665d40347e89b6257b5391ac5b441cec2095a (diff) | |
download | meta-virtualization-23ea2ea67903749381e2ba275e06bebcab8e99a0.tar.gz |
dev86: add dependency on gperf-native
* fails to build on hosts without gperf:
/bin/sh: gperf: command not found
Makefile:27: recipe for target 'token2.h' failed
* normally this isn't triggered, because token[12].h
are included in git repo, but regenerating them fails:
tmp-glibc/work/x86_64-linux/dev86-native/0.16.21-r0/git/cpp$ touch token1.tok
tmp-glibc/work/x86_64-linux/dev86-native/0.16.21-r0/git/cpp$ make bcc-cpp
gperf -aptTc -N is_ctok -H hash1 token1.tok > tmp.h
/bin/sh: gperf: command not found
Makefile:23: recipe for target 'token1.h' failed
make: *** [token1.h] Error 127
* unfortunately this isn't enough, because new gperf 3.1 from oe-core
isn't compatible, we need to upgrade to different dev86 fork which
contains:
https://github.com/jbruchon/dev86/pull/19
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runx/runx_git.bb')
0 files changed, 0 insertions, 0 deletions