]> git.99rst.org Git - openwrt-packages.git/commit
libdrm: skip the generic version check for the whole package
authorAlexandru Ardelean <redacted>
Mon, 6 Jul 2026 06:14:58 +0000 (09:14 +0300)
committerAlexandru Ardelean <redacted>
Wed, 8 Jul 2026 15:18:48 +0000 (18:18 +0300)
commit82ab16b8829d2d201c54b5163cc64b70dda18397
tree54f42638cc157686c2d763e2fac88cb1a4131d9e
parentf31a9bf838353e12c7a14ee40de4eee22322015e
libdrm: skip the generic version check for the whole package

libdrm-tests ships DRM tools (modetest, proptest, ...) with no --version flag,
so the generic probe aborts with "No executables in the package provided
version" and fails CI. test-version.sh is shared by every subpackage built from
this directory and a non-zero exit fails it, so it must accept the whole family
(the libraries ship no executables either) -- hence libdrm*, not just libdrm-tests.

Signed-off-by: Alexandru Ardelean <redacted>
libs/libdrm/test-version.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT