self-diagnostics: 1.0.13

This commit is contained in:
Amin Ben Romdhane 2025-02-21 15:38:43 +01:00
parent 226c5b4685
commit 0a375e6ac4

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=self-diagnostics
PKG_VERSION:=1.0.12
PKG_VERSION:=1.0.13
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only
@ -25,7 +25,7 @@ endef
define Package/self-diagnostics/install
$(INSTALL_DIR) $(1)/etc/self-diagnostics/spec/
$(CP) ./files/* $(1)/
$(BBFDM_INSTALL_CORE_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1)
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1) core
endef
$(eval $(call BuildPackage,self-diagnostics))