mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
xbmc: enable libusb and fix zeroconf
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
From e8112cd4bafdbbfd88f3cc9a10b7b8e08fbbea01 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 24 Jan 2012 12:40:29 +0100
|
||||
Subject: [PATCH 4/4] [ARM] Don't forcefully disable avahi, configure has checks for it already
|
||||
|
||||
This fixes zeroconf on ARM platforms that do support avahi like Beagleboard/Angstrom
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
|
||||
Upstream-status: Pending
|
||||
|
||||
xbmc/system.h | 2 --
|
||||
1 files changed, 0 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/xbmc/system.h b/xbmc/system.h
|
||||
index c838dc8..b10ebae 100644
|
||||
--- a/xbmc/system.h
|
||||
+++ b/xbmc/system.h
|
||||
@@ -222,8 +222,6 @@
|
||||
|
||||
// ARM does not support certain features... disable them here!
|
||||
#ifdef _ARMEL
|
||||
-#undef HAS_AVAHI
|
||||
-#undef HAS_ZEROCONF
|
||||
#undef HAS_VISUALISATION
|
||||
#undef HAS_FILESYSTEM_HTSP
|
||||
#endif
|
||||
--
|
||||
1.7.2.5
|
||||
|
||||
@@ -3,18 +3,19 @@ DESCRIPTION = "XBMC Media Center"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff"
|
||||
|
||||
DEPENDS = "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"
|
||||
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"
|
||||
|
||||
PV = "11.0"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
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 \
|
||||
"
|
||||
|
||||
inherit autotools gettext python-dir
|
||||
@@ -24,6 +25,8 @@ S = "${WORKDIR}/git"
|
||||
EXTRA_OECONF = " \
|
||||
--disable-rpath \
|
||||
--enable-gles \
|
||||
--enable-libusb \
|
||||
--enable-airplay \
|
||||
--disable-optical-drive \
|
||||
--enable-external-libraries \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user