diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-27 14:53:51 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-12 22:04:17 -0700 |
commit | 6c49b8e881bc811386c5f1ebac95829d44ad9bb3 (patch) | |
tree | a275fd015695eab519fa80fb8fd68a3345fd87d1 /meta/recipes-graphics/mesa/qemugl | |
parent | 0f9f0518ac46c2f2beb0224e881ff136f1603d33 (diff) | |
download | openembedded-core-6c49b8e881bc811386c5f1ebac95829d44ad9bb3.tar.gz openembedded-core-6c49b8e881bc811386c5f1ebac95829d44ad9bb3.tar.bz2 openembedded-core-6c49b8e881bc811386c5f1ebac95829d44ad9bb3.zip |
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
Signed-off-by: Yu Ke <ke.yu@intel.com>
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 "-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 a3d33e8303..614b816d14 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 |