summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew/glew_2.2.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-07-22 16:39:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-06 09:59:14 +0100
commit8f3fafc0d8676f86e0b826c868c465f9955bc683 (patch)
treec1411b5f18659a512199245b5e8fa2628b3c3117 /meta/recipes-graphics/glew/glew_2.2.0.bb
parent8e542187575a3b0c27781a006645ec1b514e5380 (diff)
downloadpoky-8f3fafc0d8676f86e0b826c868c465f9955bc683.tar.gz
glew: fix Makefile race
Fix a Makefile race resulting in the target creating a directory being executed after the target to write into that directory. [ YOCTO #14485 ] (From OE-Core rev: caa34b782a4e7d14dabf5a14cc3fb147509cc716) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e90c1d3b80e35fb685d4b321972743771eb2c2c0) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glew/glew_2.2.0.bb')
-rw-r--r--meta/recipes-graphics/glew/glew_2.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glew/glew_2.2.0.bb b/meta/recipes-graphics/glew/glew_2.2.0.bb
index 8948444e08..92b6083648 100644
--- a/meta/recipes-graphics/glew/glew_2.2.0.bb
+++ b/meta/recipes-graphics/glew/glew_2.2.0.bb
@@ -6,6 +6,7 @@ LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
9 file://0001-Fix-build-race-in-Makefile.patch \
9 file://no-strip.patch" 10 file://no-strip.patch"
10 11
11SRC_URI[md5sum] = "3579164bccaef09e36c0af7f4fd5c7c7" 12SRC_URI[md5sum] = "3579164bccaef09e36c0af7f4fd5c7c7"