diff options
-rw-r--r-- | meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb (renamed from meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb index 781e698cbf..6cacd3722c 100644 --- a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb +++ b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb | |||
@@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" |
11 | 11 | ||
12 | SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c" | 12 | SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | DEPENDS += "opencl-headers virtual/opencl-icd" | 16 | DEPENDS += "opencl-headers virtual/opencl-icd" |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |
19 | install -D -m 755 clinfo ${D}${bindir}/clinfo | 19 | oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir} |
20 | } | 20 | } |