mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
kodi: Fix build with pic on x86_64
Upgrade 17.x to latest on master Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
From 603e8925a8b1609d483d866346a35fefbc66cfca Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 3 Nov 2016 13:10:00 -0700
|
||||
Subject: [PATCH 5/5] Always compile libcpluff as PIC
|
||||
|
||||
Fixes errors e.g.
|
||||
|
||||
ld: lib/cpluff/libcpluff/.libs/libcpluff.a(pcontrol.o): relocation R_X86_64_PC32 against symbol `cp_stop_plugins' can not be used when making a shared object; recompile with -fPIC
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index b210b73..52d5f11 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2385,7 +2385,7 @@ XB_CONFIG_MODULE([lib/cpluff], [
|
||||
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
|
||||
--host=$host_alias \
|
||||
--build=$build_alias \
|
||||
- --target=$target_alias CFLAGS="$CFLAGS" CC="$CC" CXX="$CXX" LDFLAGS="$LDFLAGS" LIBS=""
|
||||
+ --target=$target_alias --with-pic=yes CFLAGS="$CFLAGS" CC="$CC" CXX="$CXX" LDFLAGS="$LDFLAGS" LIBS=""
|
||||
#LDFLAGS="$LDFLAGS -Wl,-read_only_relocs,suppress"
|
||||
], [0])
|
||||
|
||||
--
|
||||
2.10.2
|
||||
|
||||
@@ -63,13 +63,14 @@ DEPENDS = " \
|
||||
|
||||
PROVIDES = "xbmc"
|
||||
|
||||
SRCREV = "32c7788e7cce711be5b7f3893c82dddd79658268"
|
||||
SRCREV = "7f6abd1dd6d1aefcb4303083f34aaa90a8df9fce"
|
||||
PV = "17.0+gitr${SRCPV}"
|
||||
SRC_URI = "git://github.com/xbmc/xbmc.git;branch=master \
|
||||
file://0001-configure-don-t-try-to-run-stuff-to-find-tinyxml.patch \
|
||||
file://0002-handle-SIGTERM.patch \
|
||||
file://0003-add-support-to-read-frequency-output-if-using-intel-.patch \
|
||||
file://0004-Disable-DVD-support.patch \
|
||||
file://0005-Always-compile-libcpluff-as-PIC.patch \
|
||||
"
|
||||
|
||||
inherit autotools-brokensep gettext pythonnative
|
||||
|
||||
Reference in New Issue
Block a user