diff options
author | Ng, Wei Tee <wei.tee.ng@intel.com> | 2017-05-12 01:57:25 (GMT) |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-05-16 15:05:07 (GMT) |
commit | 3e540d736154c5b5371b6e7a2bdced0e2cda1382 (patch) | |
tree | 317592a586a78a2fafd392dd958a45ea7bfac416 | |
parent | 3afa94c979c984b978142170b8dbe6533ab8536c (diff) | |
download | meta-intel-3e540d736154c5b5371b6e7a2bdced0e2cda1382.tar.gz |
intel-gpu-tools: Upgrade to version 1.18
This change updates intel-gpu-tools to 1.18 which is in Intel
graphic stack 2017 Q1 release.
Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.18.bb (renamed from common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.18.bb index 22dae5e..acdcda5 100644 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.16.bb +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.18.bb | |||
@@ -9,14 +9,14 @@ LICENSE_append = " & ISC" | |||
9 | 9 | ||
10 | inherit autotools gtk-doc | 10 | inherit autotools gtk-doc |
11 | 11 | ||
12 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" | 12 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr procps" |
13 | RDEPENDS_${PN} += "bash" | 13 | RDEPENDS_${PN} += "bash" |
14 | RDEPENDS_${PN}-tests += "bash" | 14 | RDEPENDS_${PN}-tests += "bash" |
15 | 15 | ||
16 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 16 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "95ae60c2c0e56736273edc406f8277c8" | 18 | SRC_URI[md5sum] = "6a746774c80d5bcfa0aa7f9c20f72190" |
19 | SRC_URI[sha256sum] = "c6be6d8311a939dd7ebb4639a2605bdbe711a4d3c77c8273a83f2050c2723ae1" | 19 | SRC_URI[sha256sum] = "df77f91b5a8bdd590f1128a36b7616bc292f18ecb98e77c9c4467574fb67e4ee" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "" |
22 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" | 22 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" |