yocto 中的 madplay 错误

madplay error in yocto

我正在编译 yocto 中的 madplay 错误,它给出以下错误。

| configure.ac:146: the top level
| configure.ac:46: installing './compile'
| configure.ac:29: installing './missing'
| Makefile.am:78: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
| Makefile.am: error: required file './NEWS' not found
| Makefile.am: error: required file './AUTHORS' not found
| Makefile.am: error: required file './ChangeLog' not found
| Makefile.am: installing './depcomp'
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: exit code 1 from a shell command.

它在您的错误日志中找到以下文件

| Makefile.am:错误:未找到所需文件 './NEWS'
| Makefile.am:错误:未找到所需文件 './AUTHORS'
| Makefile.am:错误:未找到所需文件 './ChangeLog'

检查下面的 link madplay_0.15.2b.bb