sumo: add missing fmt dependency

Apparently it's used by sumo.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2025-08-24 21:22:50 -07:00
committed by George Sapkin
parent f9e7e2db94
commit c2c210fd42

View 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