From 17d22ee69a1568d1aaeaee26823ce6adbdf3062a Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Wed, 22 Jul 2015 18:20:30 -0600 Subject: [PATCH] libepoxy: Use native python3 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 --- 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