mongodb: add tzdata to runtime dependencies

Though tzdata is present in almost all images, some of them are lacking it:
most notably minimal ptest images. mongodb relies on tzdata, otherwise it
doesn't even start up. To ensure that mongodb can be started up
successfully, explicitly add tzdata to its dependencies.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-10-29 21:53:38 +01:00
parent 83ab3a8e1d
commit 491dd81581
@@ -8,6 +8,7 @@ DEPENDS = "openssl libpcap zlib boost curl python3 \
python3-pyyaml-native python3-cheetah-native \
python3-psutil-native python3-regex-native \
"
RDEPENDS:${PN} += "tzdata"
inherit scons dos2unix siteinfo python3native systemd useradd