sumo: add missing fmt dependency
authorRosen Penev <[email protected]>
Mon, 25 Aug 2025 04:22:50 +0000 (21:22 -0700)
committerGeorge Sapkin <[email protected]>
Mon, 8 Sep 2025 12:36:13 +0000 (15:36 +0300)
Apparently it's used by sumo.

Signed-off-by: Rosen Penev <[email protected]>
utils/sumo/Makefile

index 01ce97ee14f10763b4a3b4dd09914f2fb803f7c2..6f43356667858cdc0db85f9c7c2a3e820f0ec3a4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sumo
 PKG_VERSION:=1.23.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/sumo
@@ -27,7 +27,7 @@ define Package/sumo
   CATEGORY:=Utilities
   TITLE:=SUMO - Simulation of Urban MObility
   URL:=https://sumo.dlr.de/
-  DEPENDS:=+libxerces-c +zlib
+  DEPENDS:=+libfmt +libxerces-c +zlib
 endef
 
 define Package/sumo/description