From c7f7d7ff2923aa8eacf86f1725dbb2772cfc6db6 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Tue, 22 Mar 2016 16:40:56 -0700 Subject: intel-gpu-tools: update 1.13 -> 1.14 A new ISC section was added into COPYING when some new code under ISC license was imported into the project (ef724ab2bb). Checksum of license is updated accordingly. [YOCTO #9292] Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- .../intel-gpu-tools/intel-gpu-tools_1.13.bb | 37 -------------------- .../intel-gpu-tools/intel-gpu-tools_1.14.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 37 deletions(-) delete mode 100644 common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb create mode 100644 common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.14.bb (limited to 'common') diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb deleted file mode 100644 index 94772cad..00000000 --- a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.13.bb +++ /dev/null @@ -1,37 +0,0 @@ -require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "Intel GPU tools" -DESCRIPTION = "Variety of small tools for testing intel graphics." - -LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd" - -inherit autotools gtk-doc - -DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" -RDEPENDS_${PN} += "bash" -RDEPENDS_${PN}-tests += "bash" - -PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" - -SRC_URI[md5sum] = "9ef0d6385e2665db7afa6432f1418ed3" -SRC_URI[sha256sum] = "c6e65884c106eff4af3a6896ae3fede6bf309337962f2e75ab897f116872ae34" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" - -EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" -COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" - -gputools_sysroot_preprocess() { - rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc -} -SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" - -FILES_${PN} += "${libdir}/intel_aubdump.so" -FILES_${PN}-benchmarks += "${libexecdir}/intel-gpu-tools/benchmarks" -FILES_${PN}-tests += "\ - ${libexecdir}/intel-gpu-tools/*\ - ${datadir}/intel-gpu-tools/1080p-right.png\ - ${datadir}/intel-gpu-tools/1080p-left.png\ - ${datadir}/intel-gpu-tools/pass.png\ - ${datadir}/intel-gpu-tools/test-list.txt" diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.14.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.14.bb new file mode 100644 index 00000000..c20ce31e --- /dev/null +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.14.bb @@ -0,0 +1,39 @@ +require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "Intel GPU tools" +DESCRIPTION = "Variety of small tools for testing intel graphics." + +LIC_FILES_CHKSUM = "file://COPYING;md5=e4b3dd344780e0400593b21b115a6947" + +LICENSE_append = " & ISC" + +inherit autotools gtk-doc + +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 libxv libx11 libxext libxrandr" +RDEPENDS_${PN} += "bash" +RDEPENDS_${PN}-tests += "bash" + +PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" + +SRC_URI[md5sum] = "b09d69526c86174007bea2228e36b2f1" +SRC_URI[sha256sum] = "3596e1d36e9c1203eed5abff5a0f272d573f4eb917b5cee4f029cce5a70a0f0c" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libunwind" + +EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger" +COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" + +gputools_sysroot_preprocess() { + rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc +} +SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" + +FILES_${PN} += "${libdir}/intel_aubdump.so" +FILES_${PN}-benchmarks += "${libexecdir}/intel-gpu-tools/benchmarks" +FILES_${PN}-tests += "\ + ${libexecdir}/intel-gpu-tools/*\ + ${datadir}/intel-gpu-tools/1080p-right.png\ + ${datadir}/intel-gpu-tools/1080p-left.png\ + ${datadir}/intel-gpu-tools/pass.png\ + ${datadir}/intel-gpu-tools/test-list.txt" -- cgit v1.2.3-54-g00ecf