All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL
@ 2022-04-30 23:36 Giulio Benetti
  2022-05-02 21:52 ` Arnout Vandecappelle
  2022-05-28  6:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Giulio Benetti @ 2022-04-30 23:36 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Miquèl Raynal

Github rockchip-linux doesn't provide libmali repository anymore and the
only up-to-date and maintained repository I've found is JeffyCN/mirrors
branch libmali that provide the identical situtation we were at with
previous repository, so let's switch to JeffyCN repository. This fixes
a build failure while trying to install rockchip-mali.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/rockchip-mali/rockchip-mali.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rockchip-mali/rockchip-mali.mk b/package/rockchip-mali/rockchip-mali.mk
index 6200191a73..848682229d 100644
--- a/package/rockchip-mali/rockchip-mali.mk
+++ b/package/rockchip-mali/rockchip-mali.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 ROCKCHIP_MALI_VERSION = 721653b5b3b525a4f80d15aa7e2f9df7b7e60427
-ROCKCHIP_MALI_SITE = $(call github,rockchip-linux,libmali,$(ROCKCHIP_MALI_VERSION))
+ROCKCHIP_MALI_SITE = $(call github,JeffyCN,mirrors,$(ROCKCHIP_MALI_VERSION))
 ROCKCHIP_MALI_LICENSE = Proprietary
 ROCKCHIP_MALI_LICENSE_FILES = END_USER_LICENCE_AGREEMENT.txt
 ROCKCHIP_MALI_INSTALL_STAGING = YES
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL
  2022-04-30 23:36 [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL Giulio Benetti
@ 2022-05-02 21:52 ` Arnout Vandecappelle
  2022-05-28  6:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-05-02 21:52 UTC (permalink / raw)
  To: Giulio Benetti, buildroot; +Cc: Miquèl Raynal



On 01/05/2022 01:36, Giulio Benetti wrote:
> Github rockchip-linux doesn't provide libmali repository anymore and the
> only up-to-date and maintained repository I've found is JeffyCN/mirrors
> branch libmali that provide the identical situtation we were at with
> previous repository, so let's switch to JeffyCN repository. This fixes
> a build failure while trying to install rockchip-mali.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/rockchip-mali/rockchip-mali.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/rockchip-mali/rockchip-mali.mk b/package/rockchip-mali/rockchip-mali.mk
> index 6200191a73..848682229d 100644
> --- a/package/rockchip-mali/rockchip-mali.mk
> +++ b/package/rockchip-mali/rockchip-mali.mk
> @@ -5,7 +5,7 @@
>   ################################################################################
>   
>   ROCKCHIP_MALI_VERSION = 721653b5b3b525a4f80d15aa7e2f9df7b7e60427
> -ROCKCHIP_MALI_SITE = $(call github,rockchip-linux,libmali,$(ROCKCHIP_MALI_VERSION))
> +ROCKCHIP_MALI_SITE = $(call github,JeffyCN,mirrors,$(ROCKCHIP_MALI_VERSION))
>   ROCKCHIP_MALI_LICENSE = Proprietary
>   ROCKCHIP_MALI_LICENSE_FILES = END_USER_LICENCE_AGREEMENT.txt
>   ROCKCHIP_MALI_INSTALL_STAGING = YES
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL
  2022-04-30 23:36 [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL Giulio Benetti
  2022-05-02 21:52 ` Arnout Vandecappelle
@ 2022-05-28  6:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-28  6:45 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Miquèl Raynal, buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Github rockchip-linux doesn't provide libmali repository anymore and the
 > only up-to-date and maintained repository I've found is JeffyCN/mirrors
 > branch libmali that provide the identical situtation we were at with
 > previous repository, so let's switch to JeffyCN repository. This fixes
 > a build failure while trying to install rockchip-mali.

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-28  6:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 23:36 [Buildroot] [PATCH] package/rockchip-mali: fix build failure due to missing URL Giulio Benetti
2022-05-02 21:52 ` Arnout Vandecappelle
2022-05-28  6:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.