sys-boot/u-boot-pbp: fix SRC_URI
This commit is contained in:
parent
6611c21929
commit
5992dbaa8f
1 changed files with 3 additions and 2 deletions
|
@ -2,12 +2,13 @@
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
MY_PN="u-boot"
|
||||||
MY_PV=$(ver_rs 2 -)
|
MY_PV=$(ver_rs 2 -)
|
||||||
MY_P="${PN}-v${MY_PV}"
|
MY_P="${MY_PN}-v${MY_PV}"
|
||||||
|
|
||||||
DESCRIPTION="Das U-Boot with patches for the Pinebook Pro."
|
DESCRIPTION="Das U-Boot with patches for the Pinebook Pro."
|
||||||
HOMEPAGE="https://www.denx.de/wiki/U-Boot"
|
HOMEPAGE="https://www.denx.de/wiki/U-Boot"
|
||||||
SRC_URI="https://gitlab.denx.de/${PN}/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://gitlab.denx.de/${MY_PN}/${MY_PN}/-/archive/v${MY_PV}/${MY_PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue