[oe-commits] Koen Kooi : xbmc: fix version and fixup python lib

git version control git at git.openembedded.org
Wed Jun 30 12:05:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 81adc0e1ce121a1cb04ea484761920e6e79c6f25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=81adc0e1ce121a1cb04ea484761920e6e79c6f25

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jun 30 14:04:36 2010 +0200

xbmc: fix version and fixup python lib

---

 recipes/xbmc/xbmc_svn.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index 4085e58..2d1d476 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -5,7 +5,7 @@ DEPENDS = "libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image lib
 
 SRCREV = "21029056aa4c26c6ce3aa7d09703ca8b458df201"
 
-PV = "0.0"
+PV = "10.05"
 PR = "r2"
 PR_append = "+gitr${SRCPV}"
 
@@ -48,6 +48,11 @@ do_compile_prepend() {
 	sed -i 's:I/usr/include:I${STAGING_INCDIR}:g' ${S}/Makefile	
 }
 
+do_install_append() {
+	ln -sf ${libdir}/xbmc/system/python/python24-arm.so ${D}${datadir}/xbmc/system/python/ || true
+	ln -sf ${libdir}/xbmc/system/python/python26-arm.so ${D}${datadir}/xbmc/system/python/ || true
+}
+
 FILES_${PN} += "${datadir}/xsessions"
 FILES_${PN}-dbg += "${libdir}/xbmc/.debug ${libdir}/xbmc/*/.debug ${libdir}/xbmc/*/*/.debug ${libdir}/xbmc/*/*/*/.debug"
 





More information about the Openembedded-commits mailing list