cross-{i686,x86_64}-linux-musl: noverifydeps -> noverifyrdeps.
This commit is contained in:
parent
1a586602af
commit
aaa4e77051
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ _archflags="-march=i686"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Cross toolchain for i686 target (musl)"
|
short_desc="Cross toolchain for i686 target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -222,7 +222,7 @@ do_install() {
|
||||||
cross-i686-linux-musl-libc_package() {
|
cross-i686-linux-musl-libc_package() {
|
||||||
short_desc+=" - libc files"
|
short_desc+=" - libc files"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifydeps=yes
|
noverifyrdeps=yes
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${_sysroot}
|
vmove ${_sysroot}
|
||||||
|
|
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Cross toolchain for x86_64 with musl"
|
short_desc="Cross toolchain for x86_64 with musl"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -221,7 +221,7 @@ do_install() {
|
||||||
cross-x86_64-linux-musl-libc_package() {
|
cross-x86_64-linux-musl-libc_package() {
|
||||||
short_desc+=" - libc files"
|
short_desc+=" - libc files"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifydeps=yes
|
noverifyrdeps=yes
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${_sysroot}
|
vmove ${_sysroot}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue