All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] python3: unbreak python3-native when virtualization is in DISTRO_FEATURES
@ 2021-07-21 20:29 Ruslan Babayev (fib)
  2021-07-21 20:31 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Ruslan Babayev (fib) @ 2021-07-21 20:29 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Bruce Ashfield, Ruslan Babayev

Signed-off-by: Ruslan Babayev <fib@cisco.com>
---
 recipes-devtools/python/python3_virtualization.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python3_virtualization.inc b/recipes-devtools/python/python3_virtualization.inc
index 55301c7..481db58 100644
--- a/recipes-devtools/python/python3_virtualization.inc
+++ b/recipes-devtools/python/python3_virtualization.inc
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 DEPENDS += " ncurses"
 
-do_compile_prepend() {
+do_compile_prepend_class-target() {
 	export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
 }
 
-- 
2.26.2.Cisco


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

end of thread, other threads:[~2021-07-21 23:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 20:29 [meta-virtualization][PATCH] python3: unbreak python3-native when virtualization is in DISTRO_FEATURES Ruslan Babayev (fib)
2021-07-21 20:31 ` Bruce Ashfield
2021-07-21 20:37   ` Ruslan Babayev (fib)
     [not found]   ` <1693E8C660DC5CDD.19034@lists.yoctoproject.org>
2021-07-21 20:49     ` Ruslan Babayev (fib)
2021-07-21 22:34       ` Bruce Ashfield
2021-07-21 23:50         ` Ruslan Babayev (fib)

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.