[Buildroot] [PATCH v5 08/34] package/kodi: bump to version 17.1-Krypton

Bernd Kuhls bernd.kuhls at t-online.de
Sat Apr 22 20:50:10 UTC 2017


Am Sat, 22 Apr 2017 22:24:57 +0200 schrieb Yann E. MORIN:

>> +KODI_LIBDVDCSS_VERSION = 2f12236
>> +KODI_LIBDVDNAV_VERSION = 981488f
>> +KODI_LIBDVDREAD_VERSION = 17d99db
>> +
>> +KODI_EXTRA_DOWNLOADS = \
>> +	https://github.com/xbmc/libdvdcss/archive/
$(KODI_LIBDVDCSS_VERSION).tar.gz \
>> +	https://github.com/xbmc/libdvdnav/archive/
$(KODI_LIBDVDNAV_VERSION).tar.gz \
>> +	https://github.com/xbmc/libdvdread/archive/
$(KODI_LIBDVDREAD_VERSION).tar.gz
>> +
>> +KODI_CONF_OPTS += \
>> +	-DLIBDVDCSS_URL=$(BR2_DL_DIR)/$(KODI_LIBDVDCSS_VERSION).tar.gz \
>> +	-DLIBDVDNAV_URL=$(BR2_DL_DIR)/$(KODI_LIBDVDNAV_VERSION).tar.gz \
>> +	-DLIBDVDREAD_URL=$(BR2_DL_DIR)/$(KODI_LIBDVDREAD_VERSION).tar.gz
> 
> So does that mean that the libs are downloaded at build time?
> 
> If so, that's unfortnate, but I prefer this situation rather than the
> big patching of the previous iteration.

Hi Yann,

no, because I used KODI_EXTRA_DOWNLOADS the tarballs are downloaded 
before the build starts, you can verify that with "make kodi-source".

Regards, Bernd



More information about the buildroot mailing list