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:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'cross-vpkg-dummy'
|
# Template file for 'cross-vpkg-dummy'
|
||||||
pkgname=cross-vpkg-dummy
|
pkgname=cross-vpkg-dummy
|
||||||
version=0.34
|
version=0.35
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||||
@@ -60,8 +60,7 @@ shlib_provides="
|
|||||||
libgfortran.so.5"
|
libgfortran.so.5"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl-legacy-compat"
|
*-musl) provides+=" musl-9999_1 musl-devel-9999_1"
|
||||||
provides+=" musl-9999_1 musl-devel-9999_1"
|
|
||||||
conflicts+=" musl>=0"
|
conflicts+=" musl>=0"
|
||||||
shlib_provides+=" libc.so"
|
shlib_provides+=" libc.so"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user