2012-03-16, 15:50
(2012-03-16, 15:27)markus625 Wrote: Rednight what source are you using for the git pull
git clone https://github.com/OpenELEC/OpenELEC.tv.git
git clone https://github.com/OpenELEC/OpenELEC.tv/pull/326
Ultarman is it best i deleate my clone and start a new one afresh as i remember i added your patch that you suggested on the OE Forum or just update.
https://github.com/OpenELEC/OpenELEC.tv.git - Same as you
(2012-03-16, 15:49)markus625 Wrote: We using the same git clone https://github.com/OpenELEC/OpenELEC.tv.git then.Sorry im new to all this stuff
While im here is it best to keep the OpenELEC-XXXX.XXXX.devel files.
try a git pull in folder OpenELEC.tv
(2012-03-16, 15:20)ultraman Wrote: redknight, the reason why it takes so long time to make OE is that EVERY single package is compiled. Not only XBMC. The reason for non-working zip is probably different version of some library or something like that. I make everything in little less than 2 hour.
Like I suspected:
Code:$ objdump -x pvr.vuplus/XBMC_vuplus.pvr
Quote:Dynamic Section:OE doesn't have this library because OE curl version is compiled with openssl and not gnutls.
NEEDED libcurl-gnutls.so.4
So, how to we rectify this? without a complete recompile. Now that you've added it to the master git does that mean that the daily builds (http://sources.openelec.tv/tmp/image/openelec-pvr/) will include the addon and hence we won't have to compile it ourselves and it'll just work?
P.S. what's the difference in the automatic compile each night and us doing it ourselves? i.e. why openssl and not gnutls