uspd: Enhancement in transaction APIs

This commit is contained in:
vdutta 2020-12-11 16:15:17 +05:30
parent 127f732831
commit c3157ef44e

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uspd
PKG_VERSION:=2.1.6
PKG_VERSION:=2.1.7
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=e837131e46a6f71efcbdc293510445bdb5d07f2d
PKG_SOURCE_VERSION:=34791d784cffe69e0c3b69fb75bc219b25a9b5ab
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
endif