projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e7e2d
)
sumo: add missing fmt dependency
author
Rosen Penev
<
[email protected]
>
Mon, 25 Aug 2025 04:22:50 +0000
(21:22 -0700)
committer
George 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
patch
|
blob
|
history
diff --git
a/utils/sumo/Makefile
b/utils/sumo/Makefile
index 01ce97ee14f10763b4a3b4dd09914f2fb803f7c2..6f43356667858cdc0db85f9c7c2a3e820f0ec3a4 100644
(file)
--- 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:=+lib
fmt +lib
xerces-c +zlib
endef
define Package/sumo/description