diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-11 11:51:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:50:32 +0000 |
commit | 4b38be689f83ad5a903dd369dfc71ab0a9eed038 (patch) | |
tree | cfb2e2c145ba31e15b604c53183c520dd69e3e86 /meta/recipes-graphics/mesa/mesa-demos | |
parent | 42c75cd9c0112f08c9059df950c04ea8a84d3468 (diff) | |
download | poky-4b38be689f83ad5a903dd369dfc71ab0a9eed038.tar.gz |
meta: add some missing Upstream-Status tags to patches
Where Signed-off-by statements have been added they were sourced from the
original commit where the author claims creation.
(From OE-Core rev: 3e6f57059d1a5343fe1432fba408ee3f33b4c2f7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch b/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch index c96af12acf..09054cb756 100644 --- a/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch +++ b/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch | |||
@@ -4,6 +4,9 @@ Date: Wed, 9 Jul 2014 14:30:33 +0200 | |||
4 | Subject: [PATCH 2/9] Correctly implement with AC_WITH(glut) so that | 4 | Subject: [PATCH 2/9] Correctly implement with AC_WITH(glut) so that |
5 | --without-glut works. | 5 | --without-glut works. |
6 | 6 | ||
7 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
8 | Upstream-Status: Submitted (https://patchwork.freedesktop.org/patch/64417/) | ||
9 | |||
7 | --- | 10 | --- |
8 | configure.ac | 26 +++++++++++++++----------- | 11 | configure.ac | 26 +++++++++++++++----------- |
9 | 1 file changed, 15 insertions(+), 11 deletions(-) | 12 | 1 file changed, 15 insertions(+), 11 deletions(-) |