2013-03-06, 22:36
I did a fresh clone of the openElec master branch today and compiled it (with xbmc from the xbmc github ie not editted). All went well!
I then deleted the xbmc & xbmc-Confluence folders from the build folder and amended the "mkpkg_xbmc-frodo" to pull xbmc master from your github.
Ran the above script. Made sure tar, urls and md5 were present. Starting building (didnt touch the patches, therefore any that oe uses are being applied)...
It failed when installing crystalhd.
Am I doing something wrong. I was not pulled the pvr-addons from your github as I wanted to limit the possible cause of a failed build to one source first. If it had worked I would then rebuild with vnsi4 branch.
This was the process I used to use when making custom OE builds a few months ago, I also had to rename the meta but they already matched:
PKG_VERSION="12.0.3"
I don't know if it is to do with a change in openelec where patches are no longer renamed to match the package version?
Any help appreciated.
I then deleted the xbmc & xbmc-Confluence folders from the build folder and amended the "mkpkg_xbmc-frodo" to pull xbmc master from your github.
Ran the above script. Made sure tar, urls and md5 were present. Starting building (didnt touch the patches, therefore any that oe uses are being applied)...
It failed when installing crystalhd.
Code:
INSTALL crystalhd
cp: cannot stat `/tools/EventClients/Clients/XBMC Send/xbmc-send.py': No such file or directory
make: *** [release] Error 1
Am I doing something wrong. I was not pulled the pvr-addons from your github as I wanted to limit the possible cause of a failed build to one source first. If it had worked I would then rebuild with vnsi4 branch.
This was the process I used to use when making custom OE builds a few months ago, I also had to rename the meta but they already matched:
PKG_VERSION="12.0.3"
I don't know if it is to do with a change in openelec where patches are no longer renamed to match the package version?
Any help appreciated.