bbfdm: prepone microservice startup

- Prepone dm microservice startup to avoid usp schema registration race
  condition
This commit is contained in:
Vivek Kumar Dutta 2024-11-05 18:51:15 +05:30
parent 7fb9b397ef
commit 2e7fc5fa14
3 changed files with 4 additions and 4 deletions

View file

@ -5,14 +5,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.12.18
PKG_VERSION:=1.12.19
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=7ebe4039ab4d51443777862bbe4c7c601187f930
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=85
START=60
STOP=8
USE_PROCD=1

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=90
START=97
STOP=10
USE_PROCD=1