[oe-commits] Michael Smith : libsdl-x11: configure with --disable-rpath

git version control git at git.openembedded.org
Fri Nov 12 05:06:41 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01

Author: Michael Smith <msmith at cbnco.com>
Date:   Wed Nov 10 13:32:01 2010 -0500

libsdl-x11: configure with --disable-rpath

Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the
host system.

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/libsdl/libsdl-x11_1.2.14.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb
index 4c84d99..37799c3 100644
--- a/recipes/libsdl/libsdl-x11_1.2.14.bb
+++ b/recipes/libsdl/libsdl-x11_1.2.14.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL"
 DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib"
 DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib"
 PROVIDES = "virtual/libsdl"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = " \
   http://www.libsdl.org/release/SDL-${PV}.tar.gz \
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \
   --disable-video-xbios --disable-video-gem --disable-video-dummy \
   --enable-video-opengl --enable-input-events --enable-pthreads \
   --disable-video-picogui --disable-video-qtopia --enable-dlopen \
-  --enable-input-tslib --disable-video-ps3 \
+  --enable-input-tslib --disable-video-ps3 --disable-rpath \
 "
 
 do_configure() { 





More information about the Openembedded-commits mailing list