cross-avr-gdb: rename to avr-gdb for consistency
This commit is contained in:
parent
3fa858c1c6
commit
ef568dadc4
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'cross-${_triplet}-${_pkgname}'
|
# Template file for 'avr-gdb'
|
||||||
_triplet=avr
|
pkgname=avr-gdb
|
||||||
_pkgname=gdb
|
|
||||||
pkgname=cross-${_triplet}-${_pkgname}
|
|
||||||
version=9.2
|
version=9.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${_pkgname}-${version}
|
wrksrc=${pkgname#avr-}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
configure_args="\
|
configure_args="\
|
||||||
|
@ -25,9 +23,10 @@ short_desc="GNU Debugger for AVR"
|
||||||
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gdb/"
|
homepage="https://www.gnu.org/software/gdb/"
|
||||||
distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/${pkgname#avr-}/${pkgname#avr-}-${version}.tar.xz"
|
||||||
checksum=360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
|
checksum=360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
|
||||||
python_version=3
|
python_version=3
|
||||||
|
replaces="cross-avr-gdb>=0"
|
||||||
|
|
||||||
if [ "${CROSS_BUILD}" ]; then
|
if [ "${CROSS_BUILD}" ]; then
|
||||||
# Make python3.x detection work in cross builds
|
# Make python3.x detection work in cross builds
|
Loading…
Add table
Add a link
Reference in a new issue