aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch')
-rw-r--r--recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch b/recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch
new file mode 100644
index 0000000000..b48d1a28af
--- /dev/null
+++ b/recipes/xbmc/xbmc/0006-Hardcode-python2.6-for-now.patch
@@ -0,0 +1,26 @@
+From 9a9456d3355a1b1c341cbf27d193af0f25a2f01d Mon Sep 17 00:00:00 2001
+From: topfs2 <topfs2@568bbfeb-2a22-0410-94d2-cc84cf5bfa90>
+Date: Mon, 7 Jun 2010 21:05:33 +0000
+Subject: [PATCH 06/11] Hardcode python2.6 for now
+
+git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/gsoc-2010-beagleboard@30922 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
+---
+ Makefile.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 01bbf54..e700604 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -472,7 +472,7 @@ DYNOBJSXBMC= \
+
+ ifeq (arm, $(ARCH))
+ # Force external python2.5 for now!
+-LIBS +=-lpython2.5
++LIBS +=-lpython2.6
+ endif
+
+ xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC)
+--
+1.6.6.1
+