From ab209c2a9ea51335549d9459492ab544f999ecb8 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 8 Feb 2024 08:14:41 +0000 Subject: directx-headers: Workaround for fetch-package directx-headers was not being pulled in by fetch-package, because that is populated using the entries in the .package files. However, we don't actually want to package anything from it. Part-of: --- recipes/directx-headers.recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes') diff --git a/recipes/directx-headers.recipe b/recipes/directx-headers.recipe index 3c525e70..aae23f28 100644 --- a/recipes/directx-headers.recipe +++ b/recipes/directx-headers.recipe @@ -9,3 +9,4 @@ class Recipe(recipe.Recipe): url = 'https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v%(version)s.tar.gz' tarball_checksum = 'edb8b52b1379f841df5d0d5e11dde08e0c3912508179fb3711f163382e88865c' + files_devel = [] -- cgit v1.2.3