Skip to content
Snippets Groups Projects
Commit 2e7fc5fa authored by Vivek Dutta's avatar Vivek Dutta
Browse files

bbfdm: prepone microservice startup

- Prepone dm microservice startup to avoid usp schema registration race
  condition
parent 7fb9b397
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#!/bin/sh /etc/rc.common
START=85
START=60
STOP=8
USE_PROCD=1
......
#!/bin/sh /etc/rc.common
START=90
START=97
STOP=10
USE_PROCD=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment