base-system-busybox: replaces -> conflicts to forbid installation on a running system.
This commit is contained in:
parent
2eb3a368ff
commit
db354451f1
@ -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=4
|
revision=5
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
@ -21,7 +21,7 @@ _FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils awk
|
|||||||
traceroute util-linux wget which whois xz"
|
traceroute util-linux wget which whois xz"
|
||||||
for f in ${_FEATURES}; do
|
for f in ${_FEATURES}; do
|
||||||
provides+="${f}-${version}_${revision} "
|
provides+="${f}-${version}_${revision} "
|
||||||
replaces+="${f}>=0 "
|
conflicts+="${f}>=0 "
|
||||||
done
|
done
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user