systemd: depened on entropy package

This commit is contained in:
Lukas Rusak 2016-02-19 11:10:09 +01:00 committed by Matt DeVillier
parent 0a286b9b03
commit 21d044cf47

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
PKG_URL="https://github.com/systemd/systemd/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain libcap kmod util-linux"
PKG_DEPENDS_TARGET="toolchain libcap kmod util-linux entropy"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="systemd: a system and session manager"