koenkooi / meta-kodi

The official OpenEmbedded/Yocto Project layer for Kodi
11 stars 27 forks source link

kodi: add missing autotools dependencies #47

Closed MarkusVolk closed 2 years ago

MarkusVolk commented 2 years ago

Kodi builds libdvdnav and libdvdread internally using autotools. After the following commit we need to explicitly add them to DEPENDS or the build will fail.

https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=master-next&id=04b37f914ed10caf8e24c58cd67fd508cd95fd6d

Remove the unused external libdvd from DEPENDS

Signed-off-by: MarkusVolk f_l_k@t-online.de

dev-0x7C6 commented 2 years ago

Great, thanks :)