base-system-busybox: fix conflicts.
This commit is contained in:
parent
dda25955e7
commit
7ddc41179b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=17
|
revision=18
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -26,8 +26,8 @@ _FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils awk
|
||||||
patch powertop psmisc rfkill run-parts sed tar
|
patch powertop psmisc rfkill run-parts sed tar
|
||||||
traceroute util-linux wget which whois xz ncurses"
|
traceroute util-linux wget which whois xz ncurses"
|
||||||
for f in ${_FEATURES}; do
|
for f in ${_FEATURES}; do
|
||||||
provides+="${f}-${version}_${revision} "
|
provides+=" ${f}-${version}_${revision}"
|
||||||
conflicts+="${f}>=0 "
|
conflicts+=" ${f}>=0"
|
||||||
done
|
done
|
||||||
|
|
||||||
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng"
|
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue