base-system-busybox: add some rdeps for a minimal live image.
This commit is contained in:
parent
4bd6791c13
commit
eae9212838
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=9
|
revision=10
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -24,6 +24,8 @@ for f in ${_FEATURES}; do
|
||||||
conflicts+="${f}>=0 "
|
conflicts+="${f}>=0 "
|
||||||
done
|
done
|
||||||
|
|
||||||
|
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp -f ${FILESDIR}/dotconfig .config
|
cp -f ${FILESDIR}/dotconfig .config
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue