obuspa: Align with transaction_* APIs

This commit is contained in:
vdutta 2020-11-24 17:08:11 +05:30
parent 2f333148b2
commit d86e277461

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=2.0.22
PKG_VERSION:=2.0.23
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=03cd9a5fa91f18368e86eb41a8f5f65b4cf129db
PKG_SOURCE_VERSION:=14e9673f67bd6887551b7cdaa7e92628fcf48dfb
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/obuspa.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
endif