2016-02-22, 01:47
Has anyone had any success building the pvr backend after changing the package name? I have built the new apk successfully but would like to add the pvr backend as well. I guessing there is no dynamic way of doing this?
The output.log doesn't show anything useful... Would it be possible to build them on a default kodi source and then move them to the alternate package before make apk?
Code:
[ 55%] Performing update step for 'kodi-platform'
[ 55%] Performing configure step for 'kodi-platform'
CMake Error at CMakeLists.txt:8 (find_package):
By not providing "Findkodi.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "kodi", but
CMake did not find one.
Could not find a package configuration file provided by "kodi" with any of
the following names:
kodiConfig.cmake
kodi-config.cmake
Add the installation prefix of "kodi" to CMAKE_PREFIX_PATH or set
"kodi_DIR" to a directory containing one of the above files. If "kodi"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons/arm-linux-androideabi-android-17/build/kodi-platform/src/kodi-platform-build/CMakeFiles/CMakeOutput.log".
depends/CMakeFiles/kodi-platform.dir/build.make:105: recipe for target 'build/kodi-platform/src/kodi-platform-stamp/kodi-platform-configure' failed
make[4]: *** [build/kodi-platform/src/kodi-platform-stamp/kodi-platform-configure] Error 1
make[4]: Leaving directory '/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons/arm-linux-androideabi-android-17'
CMakeFiles/Makefile2:3630: recipe for target 'depends/CMakeFiles/kodi-platform.dir/all' failed
make[3]: *** [depends/CMakeFiles/kodi-platform.dir/all] Error 2
make[3]: Leaving directory '/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons/arm-linux-androideabi-android-17'
CMakeFiles/Makefile2:2752: recipe for target 'CMakeFiles/pvr.vuplus.dir/rule' failed
make[2]: *** [CMakeFiles/pvr.vuplus.dir/rule] Error 2
make[2]: Leaving directory '/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons/arm-linux-androideabi-android-17'
Makefile:1119: recipe for target 'pvr.vuplus' failed
make[1]: *** [pvr.vuplus] Error 2
make[1]: Leaving directory '/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons/arm-linux-androideabi-android-17'
touch .installed-arm-linux-androideabi-android-17
make: Leaving directory '/mnt/my_files/kodi-android-nopvr/tools/depends/target/binary-addons'
The output.log doesn't show anything useful... Would it be possible to build them on a default kodi source and then move them to the alternate package before make apk?