base-chroot-musl: depends on musl-devel now.
This commit is contained in:
parent
2e4830a3fb
commit
71cbfb91d1
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'base-chroot-musl'
|
# Template file for 'base-chroot-musl'
|
||||||
pkgname=base-chroot-musl
|
pkgname=base-chroot-musl
|
||||||
version=0.17
|
version=0.18
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -11,10 +11,10 @@ license="Public domain"
|
||||||
|
|
||||||
conflicts="base-chroot>=0"
|
conflicts="base-chroot>=0"
|
||||||
provides="base-chroot-${version}_${revision}"
|
provides="base-chroot-${version}_${revision}"
|
||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.127 kernel-libc-headers musl musl-legacy-compat
|
base-files musl-devel musl-legacy-compat
|
||||||
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
||||||
gettext chroot-texinfo sed chroot-gawk diffutils
|
gettext chroot-texinfo sed chroot-gawk diffutils
|
||||||
make gzip file tar chroot-util-linux chroot-distcc
|
make gzip file tar chroot-util-linux chroot-distcc
|
||||||
|
|
Loading…
Reference in New Issue