[oe-commits] Koen Kooi : xbmc: add missing python runtime dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 16:59:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: f1ffd1299273a92151a4fc766ab2ca3391f59cb0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f1ffd1299273a92151a4fc766ab2ca3391f59cb0

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Feb 28 14:37:53 2012 +0100

xbmc: add missing python runtime dependencies

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-multimedia/xbmc/xbmc_git.bb |    8 ++++++--
 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 7fcf53b..0d3079b 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
 SRCREV = "1fef727af39c0c6e5264ee14fe4c78f8567f035e"
 
 PV = "11.0"
-PR = "r7"
+PR = "r8"
 PR_append = "+gitr${SRCPV}"
 SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
            file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
@@ -64,7 +64,11 @@ FILES_${PN} += "${datadir}/xsessions ${datadir}/icons"
 FILES_${PN}-dbg += "${libdir}/xbmc/.debug ${libdir}/xbmc/*/.debug ${libdir}/xbmc/*/*/.debug ${libdir}/xbmc/*/*/*/.debug"
 
 # xbmc uses some kind of dlopen() method for libcec so we need to add it manually
-RRECOMMENDS_${PN}_append = " libcec"
+RRECOMMENDS_${PN}_append = " libcec \
+                             python \
+                             python-lang \
+                             python-re \
+                             "
 RRECOMMENDS_${PN}_append_libc-glibc = " glibc-charmap-ibm850 glibc-gconv-ibm850"
 
 





More information about the Openembedded-commits mailing list