From cecd1bdf6f2680960909d1f0535d1606d04938c1 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sat, 9 Oct 2010 09:47:52 +0800 Subject: qemugl: remove obsolate /usr/X11R6/lib lib directory qemugl makefile has "-L/usr/X11R6/lib" to specifiy the X lib dir. it is actually obsolate in poky now, because poky use Xserver from X.org (X11R7.x), and its libs are in standard /usr/lib. Meanwhile,the -L/usr/X11R6/lib will cause warning: library search path "/usr/X11R6/lib" is unsafe for cross-compilation. so better to remove it. Fix [BUGID #386] Signed-off-by: Yu Ke --- meta/recipes-graphics/mesa/qemugl_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/mesa/qemugl_git.bb') diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb index 184c782722..8f8929117c 100644 --- a/meta/recipes-graphics/mesa/qemugl_git.bb +++ b/meta/recipes-graphics/mesa/qemugl_git.bb @@ -8,11 +8,12 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes" COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ - file://versionfix.patch" + file://versionfix.patch \ + file://remove-x11r6-lib-dir.patch" S = "${WORKDIR}/git" PV = "0.0+git${SRCPV}" -PR = "r6" +PR = "r7" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf