Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 680425 Details for
Bug 762766
sys-kernel/raspberrypi-sources-5.4.79_p20201201[symlink]: wrong symlink in /usr/src
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-sys-kernel-raspberrypi-sources-fix-symlink-with-USE-.patch
0001-sys-kernel-raspberrypi-sources-fix-symlink-with-USE-.patch (text/plain), 1.40 KB, created by
Ionen Wolkens
on 2020-12-31 12:41:38 UTC
(
hide
)
Description:
0001-sys-kernel-raspberrypi-sources-fix-symlink-with-USE-.patch
Filename:
MIME Type:
Creator:
Ionen Wolkens
Created:
2020-12-31 12:41:38 UTC
Size:
1.40 KB
patch
obsolete
>From 3c4ce729a6105f39aae215b99c87eaf0039f0caa Mon Sep 17 00:00:00 2001 >From: Ionen Wolkens <sudinave@gmail.com> >Date: Thu, 31 Dec 2020 07:32:55 -0500 >Subject: [PATCH] sys-kernel/raspberrypi-sources: fix symlink with USE=symlink > >Closes: https://bugs.gentoo.org/762766 >Package-Manager: Portage-3.0.12, Repoman-3.0.2 >Signed-off-by: Ionen Wolkens <sudinave@gmail.com> >--- > .../raspberrypi-sources-5.4.79_p20201201.ebuild | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild >index de796c6696a..81b656b2b25 100644 >--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild >+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild >@@ -12,12 +12,12 @@ inherit kernel-2 eapi7-ver > detect_version > detect_arch > >-MY_PV=$(ver_cut 4-) >-MY_PV=${MY_PV/p/} >+KV_FULL=$(ver_cut 4-) >+KV_FULL="raspberrypi-kernel_1.${KV_FULL/p/}-1" > DESCRIPTION="Raspberry Pi kernel sources" > HOMEPAGE="https://github.com/raspberrypi/linux" >-SRC_URI="https://github.com/raspberrypi/linux/archive/raspberrypi-kernel_1.${MY_PV}-1.tar.gz" >-S="${WORKDIR}/linux-raspberrypi-kernel_1.${MY_PV}-1" >+SRC_URI="https://github.com/raspberrypi/linux/archive/${KV_FULL}.tar.gz" >+S="${WORKDIR}/linux-${KV_FULL}" > > KEYWORDS="~arm ~arm64" > >-- >2.30.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 762766
: 680425 |
680500