]> git.99rst.org Git - openwrt-packages.git/commitdiff
nss: add version override
authorDaniel F. Dickinson <redacted>
Sat, 4 Jul 2026 15:06:36 +0000 (11:06 -0400)
committerJosef Schlehofer <redacted>
Mon, 6 Jul 2026 07:54:42 +0000 (09:54 +0200)
NSS source package does not build any binaries that emit a version.
Therefore add a version override.

Signed-off-by: Daniel F. Dickinson <redacted>
libs/nss/test-version.sh [new file with mode: 0644]

diff --git a/libs/nss/test-version.sh b/libs/nss/test-version.sh
new file mode 100644 (file)
index 0000000..cbc1c38
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$PKG_NAME" = "nss" ]; then
+       # nss package does not build any binaries that emit a version, so
+       # override the version check and indicate success
+       exit 0
+fi
git clone https://git.99rst.org/PROJECT