diff options
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/qemugl/versionfix.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch b/meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch index d14ce891c..d24d0455d 100644 --- a/meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch +++ b/meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch @@ -2,6 +2,8 @@ Remove X11R6 lib directory "-L/usr/X11R6/lib" is obsolate in poky. Poky currently use Xserver from X.org (X11R7.x), which puts lib in standard /usr/lib, so no need to specify the extra -L/usr/X11R6/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. +Upstream-Status: Pending + Signed-off-by: Yu Ke <ke.yu@intel.com> diff --git a/Makefile b/Makefile diff --git a/meta/recipes-graphics/mesa/qemugl/versionfix.patch b/meta/recipes-graphics/mesa/qemugl/versionfix.patch index a3d33e830..614b816d1 100644 --- a/meta/recipes-graphics/mesa/qemugl/versionfix.patch +++ b/meta/recipes-graphics/mesa/qemugl/versionfix.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Index: git/Makefile =================================================================== --- git.orig/Makefile 2009-01-19 23:37:36.000000000 +0000 |