base-system-systemd: update for depends as bdeps.
This commit is contained in:
parent
1cbe9e8f45
commit
85590ee1f8
|
@ -11,8 +11,9 @@ license="Public domain"
|
||||||
provides="base-system-${version}_${revision}"
|
provides="base-system-${version}_${revision}"
|
||||||
replaces="base-system>=0"
|
replaces="base-system>=0"
|
||||||
|
|
||||||
makedepends="
|
makedepends="gcc glibc"
|
||||||
base-files>=0.77 ncurses coreutils findutils gcc glibc glibc-locales diffutils
|
depends="
|
||||||
|
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||||
man-db shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd psmisc
|
man-db shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd psmisc
|
||||||
procps-ng tzdata pciutils iana-etc systemd openssh dhcpcd iproute2 iputils
|
procps-ng tzdata pciutils iana-etc systemd openssh dhcpcd iproute2 iputils
|
||||||
|
@ -20,13 +21,6 @@ makedepends="
|
||||||
parted kmod"
|
parted kmod"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) makedepends+=" linux grub";;
|
i686) makedepends+=" linux grub"; depends+=" linux grub";;
|
||||||
x86_64) makedepends+=" linux grub-x86_64-efi";;
|
x86_64) makedepends+=" linux grub-x86_64-efi"; depends+=" linux grub-x86_64-efi";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# gcc and glibc shouldn't be direct dependencies.
|
|
||||||
for f in ${makedepends}; do
|
|
||||||
if [ "$f" != "gcc" -a "$f" != "glibc" ]; then
|
|
||||||
depends+=" $f"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in New Issue