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:
c27bbd5
)
tang: do not require bash
author
Nikos Mavrogiannopoulos
<redacted>
Wed, 30 Aug 2023 07:16:28 +0000
(09:16 +0200)
committer
Nikos Mavrogiannopoulos
<redacted>
Wed, 30 Aug 2023 07:26:33 +0000
(09:26 +0200)
It is not used by its included scripts.
Resolves: #21799
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
utils/tang/Makefile
patch
|
blob
|
history
diff --git
a/utils/tang/Makefile
b/utils/tang/Makefile
index f0b02137d0747240304e931386facac09a263f74..64a43804ac7c0bb45eb7e50ff06811d9800e699e 100644
(file)
--- a/
utils/tang/Makefile
+++ b/
utils/tang/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/meson.mk
define Package/tang
SECTION:=utils
TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party
- DEPENDS:=+libhttp-parser +jose
+bash
+ DEPENDS:=+libhttp-parser +jose
URL:=https://github.com/latchset/tang
USERID:=tang:tang
endef
git clone https://git.99rst.org/PROJECT