[OE-core] [PATCH 1/3] mesa 7.10.2: add python-native dependency

Yu Ke ke.yu at intel.com
Mon Apr 18 05:45:40 UTC 2011


From: Yu Ke <ke.yu at intel.com>

As Tom point out, mesa 7.10 has introduce some python script
(e.g. src/mesa/main/es_generator.py), so should add python-native
dependency

Signed-off-by: Yu Ke <ke.yu at intel.com>
CC: Tom Rini <tom_rini at mentor.com>
---
 meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
index 99d6066..28f9f27 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
@@ -6,7 +6,7 @@ PROTO_DEPS = "xf86driproto glproto dri2proto"
 LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
             libxml2-native"
 
-DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native"
+DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native python-native"
 
 PR = "r0"
 
-- 
1.7.0.4





More information about the Openembedded-core mailing list