pm-utils: don't depend on bash

This commit is contained in:
Stefan Saraev 2013-05-27 21:24:42 +03:00 committed by Stephan Raue
parent 48baab45f9
commit b5fce2020e

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://pm-utils.freedesktop.org/wiki/"
PKG_URL="http://pm-utils.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="busybox bash"
PKG_DEPENDS="busybox"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"