From 5992dbaa8fad3cf2e0698506d65f9076656c90b7 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 1 Aug 2021 09:30:23 +0200 Subject: [PATCH] sys-boot/u-boot-pbp: fix SRC_URI --- sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild b/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild index 97bca3c..5d163df 100644 --- a/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild +++ b/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild @@ -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"