Skip to content

Commit

Permalink
sys-boot/u-boot: Fix SRC_URI
Browse files Browse the repository at this point in the history
${MY_P} became empty in "QC: sys-boot/u-boot".

Fixes #80
Fixes: d2c4b39 ("QC: sys-boot/u-boot")
Signed-off-by: Janne Grunau <j@jannau.net>
  • Loading branch information
jannau authored and chadmed committed Apr 14, 2024
1 parent 322cefc commit 9c11e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
EAPI="8"
PYTHON_COMPAT=( python3_{10..11} )

# $PV is expected to be of following form: 2023.07.02_p2
MY_TAG="$(ver_cut 5)"
MY_P="asahi-v$(ver_cut 1-3)-${MY_TAG}"

DESCRIPTION="Asahi Linux fork of Das U-Boot"
HOMEPAGE="https://asahilinux.org/"
SRC_URI="https://github.com/AsahiLinux/u-boot/archive/refs/tags/${MY_P}.tar.gz -> ${PN}-${PV}.tar.gz"
Expand All @@ -16,10 +20,6 @@ PATCHES=(
"${FILESDIR}/u-boot-2023.07.02_p4-font-size.patch"
)

# $PV is expected to be of following form: 2023.07.02_p2
MY_TAG="$(ver_cut 5)"
MY_P="asahi-v$(ver_cut 1-3)-${MY_TAG}"

BDEPEND="
app-arch/cpio
dev-lang/perl
Expand Down

0 comments on commit 9c11e14

Please sign in to comment.