cross-vpkg-dummy: remove musl-legacy-compat.
musl-legacy-compat was removed from base-chroot-musl in
75eca1b03e
, meaning that all templates
that depend on it had to add it as makedepends for native musl builds.
Therefore, for consistency, cross-vpkg-dummy shouldn't pull it either.
This commit is contained in:
parent
21de584e92
commit
3d2a4a97d3
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.34
|
||||
version=0.35
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -60,8 +60,7 @@ shlib_provides="
|
|||
libgfortran.so.5"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl-legacy-compat"
|
||||
provides+=" musl-9999_1 musl-devel-9999_1"
|
||||
*-musl) provides+=" musl-9999_1 musl-devel-9999_1"
|
||||
conflicts+=" musl>=0"
|
||||
shlib_provides+=" libc.so"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue