usp-js: 1.2.9

This commit is contained in:
Vivek Kumar Dutta 2025-08-18 21:41:59 +05:30
parent bd115c48bf
commit 0bd3c5e020
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=usp-js PKG_NAME:=usp-js
PKG_VERSION:=1.2.8 PKG_VERSION:=1.2.9
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/usp-js.git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/usp-js.git
@ -25,7 +25,7 @@ define Package/usp-js
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=A JS library for USP(TR369) protocol TITLE:=A JS library for USP(TR369) protocol
DEPENDS:=+quickjs +quickjs-websocket +@OBUSPA_ENABLE_TEST_CONTROLLER_LOCAL DEPENDS:=+quickjs +quickjs-websocket +@OBUSPA_LOCAL_MQTT_LISTENER
EXTRA_DEPENDS:=obuspa mosquitto-ssl EXTRA_DEPENDS:=obuspa mosquitto-ssl
endef endef