From 31336dd15b5caf42d0bf88e2dba20e9539769d23 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 May 2023 13:52:42 +0100 Subject: [PATCH] spirv-headers: remove description This description doesn't actually describe the recipe in any meaningful way, remove it. (From OE-Core rev: bdaa254d1a7c0562339f3842eff5d1dca8459e08) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb index 8e4402a94e..e27c0a67dc 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb @@ -1,7 +1,4 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry" -DESCRIPTION = "Headers are provided in the include directory, with up-to-date \ -headers in the unified1 subdirectory. Older headers are provided according to \ -their version." SECTION = "graphics" HOMEPAGE = "https://www.khronos.org/registry/spir-v" LICENSE = "MIT"