summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-28 16:38:53 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-06 16:48:46 +0100
commite5d586750e05878683926d039c9e66ca33505386 (patch)
tree05d980128e178f04ccef8a84237488d0cfc7ce50 /meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb
parent54edcc5700964eaa5c080daebbcc78ca30d7af93 (diff)
downloadmeta-openembedded-e5d586750e05878683926d039c9e66ca33505386.tar.gz
kodi-17: Fix build for qemuarm and update to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb')
-rw-r--r--meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb b/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb
index 432798ed8..6d8f2a204 100644
--- a/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb
+++ b/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb
@@ -63,7 +63,7 @@ PROVIDES = "xbmc"
63 63
64SRCREV = "a10c5048f2487bd9b2dc1f35d2fee48a25945a70" 64SRCREV = "a10c5048f2487bd9b2dc1f35d2fee48a25945a70"
65PV = "17.0+gitr${SRCPV}" 65PV = "17.0+gitr${SRCPV}"
66SRC_URI = "git://github.com/xbmc/xbmc.git;branch=master \ 66SRC_URI = "git://github.com/xbmc/xbmc.git;branch=Krypton \
67 file://0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch \ 67 file://0003-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch \
68 file://0004-handle-SIGTERM.patch \ 68 file://0004-handle-SIGTERM.patch \
69 file://0005-add-support-to-read-frequency-output-if-using-intel-.patch \ 69 file://0005-add-support-to-read-frequency-output-if-using-intel-.patch \
@@ -72,6 +72,8 @@ SRC_URI = "git://github.com/xbmc/xbmc.git;branch=master \
72 file://0008-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch \ 72 file://0008-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch \
73 file://0009-build-Add-support-for-musl-triplets.patch \ 73 file://0009-build-Add-support-for-musl-triplets.patch \
74 file://0010-RssReader-Fix-compiler-warning-comparing-pointer-to-.patch \ 74 file://0010-RssReader-Fix-compiler-warning-comparing-pointer-to-.patch \
75 file://0011-Let-configure-pass-on-unknown-architectures-setting-.patch \
76 file://0012-Revert-droid-fix-builds-with-AML-disabled.patch \
75" 77"
76 78
77SRC_URI_append_libc-musl = " \ 79SRC_URI_append_libc-musl = " \