All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libimxvpuapi: use external waf
@ 2020-02-04 17:01 Titouan Christophe
  2020-02-05 15:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Titouan Christophe @ 2020-02-04 17:01 UTC (permalink / raw)
  To: buildroot

This makes libimxvpuapi use the Waf package ditributed in Buildroot,
instead of its own one, as the latter does not support Python3.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
 package/libimxvpuapi/libimxvpuapi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libimxvpuapi/libimxvpuapi.mk b/package/libimxvpuapi/libimxvpuapi.mk
index bcabbf3877..a2a3b21105 100644
--- a/package/libimxvpuapi/libimxvpuapi.mk
+++ b/package/libimxvpuapi/libimxvpuapi.mk
@@ -10,5 +10,6 @@ LIBIMXVPUAPI_LICENSE = LGPL-2.1+
 LIBIMXVPUAPI_LICENSE_FILES = LICENSE
 LIBIMXVPUAPI_DEPENDENCIES = host-pkgconf host-python imx-vpu
 LIBIMXVPUAPI_INSTALL_STAGING = YES
+LIBIMXVPUAPI_NEEDS_EXTERNAL_WAF = YES
 
 $(eval $(waf-package))
-- 
2.24.1

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

* [Buildroot] [PATCH 1/1] package/libimxvpuapi: use external waf
  2020-02-04 17:01 [Buildroot] [PATCH 1/1] package/libimxvpuapi: use external waf Titouan Christophe
@ 2020-02-05 15:47 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-05 15:47 UTC (permalink / raw)
  To: buildroot

On Tue,  4 Feb 2020 18:01:32 +0100
Titouan Christophe <titouan.christophe@railnova.eu> wrote:

> This makes libimxvpuapi use the Waf package ditributed in Buildroot,
> instead of its own one, as the latter does not support Python3.
> 
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
> ---
>  package/libimxvpuapi/libimxvpuapi.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-02-05 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 17:01 [Buildroot] [PATCH 1/1] package/libimxvpuapi: use external waf Titouan Christophe
2020-02-05 15:47 ` Thomas Petazzoni

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.