base-system-busybox: add some rdeps for a minimal live image.

This commit is contained in:
Juan RP 2014-09-20 11:05:33 +02:00
parent 4bd6791c13
commit eae9212838
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.22.1
revision=9
revision=10
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"
@ -24,6 +24,8 @@ for f in ${_FEATURES}; do
conflicts+="${f}>=0 "
done
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base"
pre_build() {
cp -f ${FILESDIR}/dotconfig .config
if [ "$CROSS_BUILD" ]; then