diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-08-03 13:36:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-03 14:37:04 +0200 |
commit | 9a68777b66f0d883f9c498d52a34734de654051e (patch) | |
tree | a496cba4bcbf4b678398bdf322f2d31f075bd9e7 /docs/manual/adding-packages-python.txt | |
parent | 3ebdc64dcc687a95dd4fed7eda8ff811d2db0eaf (diff) | |
download | buildroot-9a68777b66f0d883f9c498d52a34734de654051e.tar.gz buildroot-9a68777b66f0d883f9c498d52a34734de654051e.zip |
package/ltrace: Fix "unmet direct dependencies"
Fixes build error in elfutils
http://autobuild.buildroot.net/results/37f/37f87ad7ba087d42d0001f55305f7468c2a172b6/
eblwstrtab.c:(.text+0x43): undefined reference to `wmempcpy'
eblwstrtab.c:(.text+0x1ba): undefined reference to `wcslen'
eblwstrtab.c:(.text+0x2df): undefined reference to `wmemcmp'
because ltrace did not take into account that elfutils depends on
BR2_LARGEFILE & BR2_USE_WCHAR. This is also visible here:
wget http://autobuild.buildroot.net/results/37f/37f87ad7ba087d42d0001f55305f7468c2a172b6/defconfig
make defconfig BR2_DEFCONFIG=defconfig
warning: (BR2_PACKAGE_LTRACE) selects BR2_PACKAGE_ELFUTILS which has unmet direct
dependencies (BR2_LARGEFILE && BR2_USE_WCHAR && !BR2_avr32 && !BR2_bfin)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-python.txt')
0 files changed, 0 insertions, 0 deletions