sys-boot/u-boot-pbp: fix SRC_URI

This commit is contained in:
Martin Sekera 2021-08-01 09:30:23 +02:00
parent 6611c21929
commit 5992dbaa8f

View file

@ -2,12 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="u-boot"
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."
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"
SLOT="0"