diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-27 14:53:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 10:28:59 +0100 |
commit | 6a7b1fe1bb3b723f7c985978660628d0c0d39922 (patch) | |
tree | 144a4487dd7e945af60d890c2c05494004d68153 /meta/recipes-graphics/mesa/qemugl | |
parent | 62e9c9e163acdf90914d0502fb469ebb218472d7 (diff) | |
download | poky-6a7b1fe1bb3b723f7c985978660628d0c0d39922.tar.gz |
recipes: Add Upstream-Status for multiple recipes
iputils: update patch Upstream-Status
mktemp: update patch Upstream-Status
xinetd: update Upstream-Status
libdrm: update patch Upstream-Status
qemugl: update patch Upstream-Status
x11-common: update patch Upstream-Status
xorg-app: update patch Upstream-Status
xorg-driver: update patch Upstream-Status
(From OE-Core rev: 6c49b8e881bc811386c5f1ebac95829d44ad9bb3)
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/qemugl')
-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 d14ce891c0..d24d0455d9 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 | |||
2 | 2 | ||
3 | "-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. | 3 | "-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. |
4 | 4 | ||
5 | Upstream-Status: Pending | ||
6 | |||
5 | Signed-off-by: Yu Ke <ke.yu@intel.com> | 7 | Signed-off-by: Yu Ke <ke.yu@intel.com> |
6 | 8 | ||
7 | diff --git a/Makefile b/Makefile | 9 | 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 a3d33e8303..614b816d14 100644 --- a/meta/recipes-graphics/mesa/qemugl/versionfix.patch +++ b/meta/recipes-graphics/mesa/qemugl/versionfix.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: git/Makefile | 3 | Index: git/Makefile |
2 | =================================================================== | 4 | =================================================================== |
3 | --- git.orig/Makefile 2009-01-19 23:37:36.000000000 +0000 | 5 | --- git.orig/Makefile 2009-01-19 23:37:36.000000000 +0000 |