mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cross-i686-pc-linux-gnu: drop noarch=yes for -libc package.
This commit is contained in:
parent
803dbc2896
commit
f3cfc66796
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.21
|
version=0.21
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -265,7 +265,7 @@ do_install() {
|
||||||
|
|
||||||
cross-i686-pc-linux-gnu-libc_package() {
|
cross-i686-pc-linux-gnu-libc_package() {
|
||||||
short_desc+=" - glibc files"
|
short_desc+=" - glibc files"
|
||||||
noarch=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue