Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libepoxy: Use native python3
@ 2015-07-23  0:22 Gary Thomas
  2015-07-23 22:33 ` Burton, Ross
  0 siblings, 1 reply; 12+ messages in thread
From: Gary Thomas @ 2015-07-23  0:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Gary Thomas

This recipe needs python3.  This patch arranges to use the bitbake-built
version, not the host version (which may be missing or not work...)

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
 meta/recipes-graphics/libepoxy/libepoxy_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_git.bb b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
index 9816257..0330a7b 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_git.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
@@ -16,7 +16,7 @@ PV = "1.2+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig python3native
 
 DEPENDS = "util-macros virtual/egl"
 
-- 
1.9.1



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

end of thread, other threads:[~2015-07-24 16:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23  0:22 [PATCH] libepoxy: Use native python3 Gary Thomas
2015-07-23 22:33 ` Burton, Ross
2015-07-23 22:38   ` Gary Thomas
2015-07-23 22:42     ` Burton, Ross
2015-07-23 23:00       ` Gary Thomas
2015-07-23 23:06         ` Richard Purdie
2015-07-23 23:15           ` Gary Thomas
2015-07-24  7:52             ` Richard Purdie
2015-07-24 14:45               ` Gary Thomas
2015-07-24 15:01                 ` Gary Thomas
2015-07-24 15:08         ` Burton, Ross
2015-07-24 16:18           ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox