[oe-commits] Koen Kooi : xbmc: update to Eden Beta 3.1

git at git.openembedded.org git at git.openembedded.org
Fri Feb 24 22:44:43 UTC 2012


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Feb 24 23:21:44 2012 +0100

xbmc: update to Eden Beta 3.1

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

---

 ...-build-fixed-build-issue-in-certain-cases.patch |   31 ++++++++++++++++++++
 meta-oe/recipes-multimedia/xbmc/xbmc_git.bb        |    5 ++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc/0005-Revert-build-fixed-build-issue-in-certain-cases.patch b/meta-oe/recipes-multimedia/xbmc/xbmc/0005-Revert-build-fixed-build-issue-in-certain-cases.patch
new file mode 100644
index 0000000..5919175
--- /dev/null
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc/0005-Revert-build-fixed-build-issue-in-certain-cases.patch
@@ -0,0 +1,31 @@
+From d1fb013bf055e3522fdd3e67c355e606a08d7611 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen at dominion.thruhere.net>
+Date: Fri, 24 Feb 2012 23:19:49 +0100
+Subject: [PATCH 5/5] Revert "build: fixed build issue in certain cases"
+
+The double include breaks all kinds of undefs, on ARM HAS_GL gets enabled
+
+This reverts commit bf9dd471187f56eeb35a6f5ce4a3c39faaa7e72e.
+---
+ xbmc/cores/DllLoader/LibraryLoader.h |    5 +++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/xbmc/cores/DllLoader/LibraryLoader.h b/xbmc/cores/DllLoader/LibraryLoader.h
+index 7f5129f..a3f6c5d 100644
+--- a/xbmc/cores/DllLoader/LibraryLoader.h
++++ b/xbmc/cores/DllLoader/LibraryLoader.h
+@@ -22,8 +22,9 @@
+ #ifndef LIBRARY_LOADER
+ #define LIBRARY_LOADER
+ 
+-#include "system.h"
+-#ifdef _LINUX
++#ifndef _LINUX
++#include "system.h" // WIN32INCLUDES - needed for HMODULE
++#else
+ #include "PlatformDefs.h"
+ #endif
+ 
+-- 
+1.7.2.5
+
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
index 109b283..7fcf53b 100644
--- a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
@@ -6,16 +6,17 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff"
 DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl python libass libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper zip-native zlib"
 #require recipes/egl/egl.inc
 
-SRCREV = "f119e6aa5ff44d8bf8e670d5d7c21e2fc4832a7c"
+SRCREV = "1fef727af39c0c6e5264ee14fe4c78f8567f035e"
 
 PV = "11.0"
-PR = "r6"
+PR = "r7"
 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 \
            file://0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch \
            file://0003-Revert-fixed-ios-Add-memory-barriers-to-cas-assembly.patch \
            file://0004-ARM-Don-t-forcefully-disable-avahi-configure-has-che.patch \
+           file://0005-Revert-build-fixed-build-issue-in-certain-cases.patch \
           "
 
 inherit autotools gettext python-dir





More information about the Openembedded-commits mailing list