aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch')
-rw-r--r--recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch b/recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch
new file mode 100644
index 0000000000..fe64763314
--- /dev/null
+++ b/recipes/xbmc/xbmc/0005-Hardcode-arm7-for-now.patch
@@ -0,0 +1,26 @@
+From ea6d35da9dd3c0ce3e22b3390574e2362348c3ec Mon Sep 17 00:00:00 2001
+From: topfs2 <topfs2@568bbfeb-2a22-0410-94d2-cc84cf5bfa90>
+Date: Mon, 7 Jun 2010 21:05:16 +0000
+Subject: [PATCH 05/11] Hardcode arm7 for now
+
+git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/gsoc-2010-beagleboard@30921 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
+---
+ xbmc/lib/libPython/linux/Makefile.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/xbmc/lib/libPython/linux/Makefile.in b/xbmc/lib/libPython/linux/Makefile.in
+index 9df6b02..e4caecb 100644
+--- a/xbmc/lib/libPython/linux/Makefile.in
++++ b/xbmc/lib/libPython/linux/Makefile.in
+@@ -32,7 +32,7 @@ ifeq ($(ARCH), x86_64-linux)
+ PYLIBDIR=lib.linux-x86_64-2.4
+ else
+ ifeq ($(ARCH), arm)
+- PYLIBDIR=lib.linux-armv6tel-2.4
++ PYLIBDIR=lib.linux-armv7l-2.4
+ else
+ PYLIBDIR=lib.linux-i686-2.4
+ endif
+--
+1.6.6.1
+