diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-13 21:10:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-15 08:49:08 +0000 |
commit | cfe1272230b91cc35b80c71f9f5aff48a2f7585e (patch) | |
tree | c2d02fb8e773da1d909c900b3b58d07b73c5f02d /meta/recipes-graphics/mesa/libglu_9.0.2.bb | |
parent | 8790d0bdbd93bfe05a462d5a8461d8707803190f (diff) | |
download | poky-cfe1272230b91cc35b80c71f9f5aff48a2f7585e.tar.gz |
libglu: Remove deprecated register in C++17
(From OE-Core rev: 93287c629e889d8026f76a42646bbe4529a7523f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/libglu_9.0.2.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/libglu_9.0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.2.bb b/meta/recipes-graphics/mesa/libglu_9.0.2.bb index 0d27dd116b..525d631611 100644 --- a/meta/recipes-graphics/mesa/libglu_9.0.2.bb +++ b/meta/recipes-graphics/mesa/libglu_9.0.2.bb | |||
@@ -11,7 +11,9 @@ LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b35645 | |||
11 | # Epoch as this used to be part of mesa | 11 | # Epoch as this used to be part of mesa |
12 | PE = "2" | 12 | PE = "2" |
13 | 13 | ||
14 | SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz" | 14 | SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz \ |
15 | file://0001-Remove-deprecated-register-in-C-17.patch \ | ||
16 | " | ||
15 | 17 | ||
16 | SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65" | 18 | SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65" |
17 | 19 | ||