| Submitter | Ross Burton |
|---|---|
| Date | Aug. 1, 2012, 3:36 p.m. |
| Message ID | <ad0d7de863e412bb757f13e2d250fcab4e19dadb.1343835237.git.ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/33595/ |
| State | New |
| Headers | show |
Comments
In all my rebasing I lost a file, whoops. Will re-send this one. Ross
Patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index bfc62c5..1d16bfc 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb @@ -11,10 +11,11 @@ LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=9142 DEPENDS = "virtual/libx11 virtual/libgl glew" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \ - file://dso_linking_change_build_fix.patch" + file://dso_linking_change_build_fix.patch \ + file://gles2-info.patch" inherit autotools pkgconfig
Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)