From fb4f7c62fce197c80d8c61f6fcd3fc346238adb0 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 5 Apr 2014 16:51:03 +0200 Subject: trdx-nv-binaries: provide the khronos headers locally Provide the tarball locally rather than download it as the tarball is regularly changed and thus breaking the recipe. --- recipes/trdx-nv-binaries/files/khronos_headers.tgz | Bin 0 -> 279190 bytes recipes/trdx-nv-binaries/trdx-nv-binaries.bb | 11 ++++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 recipes/trdx-nv-binaries/files/khronos_headers.tgz diff --git a/recipes/trdx-nv-binaries/files/khronos_headers.tgz b/recipes/trdx-nv-binaries/files/khronos_headers.tgz new file mode 100644 index 0000000..5eb5db7 Binary files /dev/null and b/recipes/trdx-nv-binaries/files/khronos_headers.tgz differ diff --git a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb index b4c4562..fa6da85 100644 --- a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb +++ b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb @@ -1,19 +1,23 @@ DESCRIPTION = "binary files from Nvidia along with there configuration" LICENSE = "CLOSED SGI Khronos" -PR = "r16" +PR = "r17" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(tegra)" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" +DEPENDS = "virtual/xserver" LIC_DIR = "${datadir}/common-licenses" #gstnvvidconf.tar.bz2 will hopefully be integrated into the public L4T packages + +# the khronos headers are taken from here: https://www.khronos.org/registry/khronos_headers.tgz +# this tarball changes from time to time breaking the receipe, thus it is provided with the recipe SRC_COMMON = " \ file://nvgstplayer.desktop \ file://aplay.desktop \ file://mimeapps.list \ - https://www.khronos.org/registry/khronos_headers.tgz;name=gles-h \ + file://khronos_headers.tgz \ https://www.khronos.org/registry/omxil/api/1.1.2/OpenMAX_IL_1_1_2_Header.zip;name=openmax-h;unpack=no \ file://egl.pc \ file://gles.pc \ @@ -31,9 +35,6 @@ SRC_URI_tegra3 = " \ ${SRC_COMMON} \ " -SRC_URI[gles-h.md5sum] = "56ad0e432eb56ba3ff058595eda7fa52" -SRC_URI[gles-h.sha256sum] = "0e5a8df9fc34cfe88a76d1796e3b5f7384139448a07f2f8819f3f2ebbcdb223e" - SRC_URI[openmax-h.md5sum] = "f8ac8d7272abdbe1980eeac8d03338e8" SRC_URI[openmax-h.sha256sum] = "9e8aee85f37946202ff15a52836233f983e90a751c0816ba341ba0c1ffedf99e" # https://www.khronos.org/registry/omxil/api/1.2.0/OpenMAX_IL_1_2.0_Header.zip;name=openmax-h;unpack=no \ -- cgit v1.2.3