git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8e2717f
)
libucontext: add version check override
author
George Sapkin
<redacted>
Mon, 11 May 2026 15:50:35 +0000
(18:50 +0300)
committer
George Sapkin
<redacted>
Sun, 17 May 2026 11:35:31 +0000
(14:35 +0300)
Skip version checks as none of the executables seem to report their
versions.
Signed-off-by: George Sapkin <redacted>
libs/libucontext/test-version.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/libs/libucontext/test-version.sh
b/libs/libucontext/test-version.sh
new file mode 100755
(executable)
index 0000000..
34a7d11
--- /dev/null
+++ b/
libs/libucontext/test-version.sh
@@ -0,0
+1,15
@@
+#!/bin/sh
+
+# shellckeck shell=busybox
+
+case "$PKG_NAME" in
+libucontext|\
+libucontext-tests)
+ exit 0
+ ;;
+
+*)
+ echo "Untested package: $PKG_NAME" >&2
+ exit 1
+ ;;
+esac
git clone https://git.99rst.org/PROJECT