diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-09-21 13:29:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-23 15:08:44 +0200 |
commit | aa3aa748d0b5f3e65f573edf075ba195772ffd19 (patch) | |
tree | 82ee4f04ec177ec008236c74c4442e05ce1e8e21 /package/micropython/micropython.mk | |
parent | d90b1d74cb78f5668d49fe8262290eaff1d61a1d (diff) | |
download | buildroot-aa3aa748d0b5f3e65f573edf075ba195772ffd19.tar.gz buildroot-aa3aa748d0b5f3e65f573edf075ba195772ffd19.zip |
shairport-sync: fix non-existent meta_dir member of shairport_cfg struct
shairport-sync tries to access to a non-existent member called
"meta_dir" of a "shairport_cfg" struct:
[snip]
if (config.meta_dir)
[snip]
That struct doesn't have that member so it causes a build failure like
this one:
mdns_tinysvcmdns.c: In function 'mdns_tinysvcmdns_register':
mdns_tinysvcmdns.c:121:13: error: 'shairport_cfg' has no member named
'meta_dir'
if (config.meta_dir)
This issue has been reported and fixed upstream:
https://github.com/mikebrady/shairport-sync/issues/128#issuecomment-141947175
Fixes:
http://autobuild.buildroot.net/results/89d/89d22ba2d41e05b407cde04c7e57510b36973ce9/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython/micropython.mk')
0 files changed, 0 insertions, 0 deletions