cross-vpkg-dummy: depend on musl-legacy-compat for musl cross.
This commit is contained in:
parent
a91fd2f235
commit
fca8080b47
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.18
|
||||
version=0.19
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -10,6 +10,11 @@ homepage="http://www.voidlinux.eu"
|
|||
|
||||
noarch=yes
|
||||
depends="base-directories xbps-triggers"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl-legacy-compat";;
|
||||
esac
|
||||
|
||||
provides="
|
||||
kernel-libc-headers-9999_1
|
||||
binutils-9999_1
|
||||
|
|
Loading…
Reference in New Issue