diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-04-11 15:02:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 09:29:06 +0100 |
commit | 99ec53a051b4118631f91250775e1ca16ccb315b (patch) | |
tree | 9859c810aaacb652fc385edeca47f4ef233a5b5b /meta/recipes-devtools/cmake | |
parent | bb8a55fb0f9f4fbf6403692b0ee1b74af0608dd8 (diff) | |
download | poky-99ec53a051b4118631f91250775e1ca16ccb315b.tar.gz |
ruby: make ext module fiddle can compile success
ext module fiddle depend on libffi, in ruby source tree,
there is in internal libffi in case target platfrom don't
install libffi, but autotools.bbclass delete configure
under libffi and not run autoreconf to regenerate one.so
we met this error:
ruby-2.5.3/ext/fiddle/libffi-3.2.1/configure: No such file or directory
the fix is add depend and extra_oeconf to use libffi in the system
(From OE-Core rev: 55acc9b477919208d91781dbe9a03136f895a94b)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
0 files changed, 0 insertions, 0 deletions