From: Rosen Penev Date: Mon, 25 Aug 2025 04:22:50 +0000 (-0700) Subject: sumo: add missing fmt dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c2c210fd42424bf2d3249384400d23f0ba219e6b;p=feed%2Fpackages.git sumo: add missing fmt dependency Apparently it's used by sumo. Signed-off-by: Rosen Penev --- diff --git a/utils/sumo/Makefile b/utils/sumo/Makefile index 01ce97ee14..6f43356667 100644 --- a/utils/sumo/Makefile +++ b/utils/sumo/Makefile @@ -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