summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-multimedia/xbmc/xbmc_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
index 7fcf53b3f..0d3079baf 100644
--- a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2d
9SRCREV = "1fef727af39c0c6e5264ee14fe4c78f8567f035e" 9SRCREV = "1fef727af39c0c6e5264ee14fe4c78f8567f035e"
10 10
11PV = "11.0" 11PV = "11.0"
12PR = "r7" 12PR = "r8"
13PR_append = "+gitr${SRCPV}" 13PR_append = "+gitr${SRCPV}"
14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ 14SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \ 15 file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
@@ -64,7 +64,11 @@ FILES_${PN} += "${datadir}/xsessions ${datadir}/icons"
64FILES_${PN}-dbg += "${libdir}/xbmc/.debug ${libdir}/xbmc/*/.debug ${libdir}/xbmc/*/*/.debug ${libdir}/xbmc/*/*/*/.debug" 64FILES_${PN}-dbg += "${libdir}/xbmc/.debug ${libdir}/xbmc/*/.debug ${libdir}/xbmc/*/*/.debug ${libdir}/xbmc/*/*/*/.debug"
65 65
66# xbmc uses some kind of dlopen() method for libcec so we need to add it manually 66# xbmc uses some kind of dlopen() method for libcec so we need to add it manually
67RRECOMMENDS_${PN}_append = " libcec" 67RRECOMMENDS_${PN}_append = " libcec \
68 python \
69 python-lang \
70 python-re \
71 "
68RRECOMMENDS_${PN}_append_libc-glibc = " glibc-charmap-ibm850 glibc-gconv-ibm850" 72RRECOMMENDS_${PN}_append_libc-glibc = " glibc-charmap-ibm850 glibc-gconv-ibm850"
69 73
70 74