diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-07 05:37:41 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-07 09:20:48 +0200 |
commit | 0dea780436701a9d2d95e0d344b4c0c34cfd1c7e (patch) | |
tree | 4b216d623e36b991073a340e18fc96163ad5c142 | |
parent | 36be74f974e51453a306937e0176683d52c09b64 (diff) | |
download | buildroot-0dea780436701a9d2d95e0d344b4c0c34cfd1c7e.tar.gz buildroot-0dea780436701a9d2d95e0d344b4c0c34cfd1c7e.zip |
package/mesa3d-headers: bump version to 17.2.0
Forgot to bump this package in
https://git.buildroot.net/buildroot/commit/package/mesa3d?id=88b5e583a3b9389159c0b008f140aaa1cf578a3c
Fixes
http://autobuild.buildroot.net/results/ef2/ef23996ba10a2143087c3ff0b7549f4acbbe6777/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/mesa3d-headers/mesa3d-headers.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk index c30c67366b..cbea791725 100644 --- a/package/mesa3d-headers/mesa3d-headers.mk +++ b/package/mesa3d-headers/mesa3d-headers.mk @@ -12,7 +12,7 @@ endif # Not possible to directly refer to mesa3d variables, because of # first/second expansion trickery... -MESA3D_HEADERS_VERSION = 17.1.8 +MESA3D_HEADERS_VERSION = 17.2.0 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos |