[oe-commits] Ross Burton : mesa: no need to depend on python-native, the class does that

git at git.openembedded.org git at git.openembedded.org
Mon Aug 6 14:22:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: dd2a11fa262ced8e9f06413e69bbe1cb1b3e538b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dd2a11fa262ced8e9f06413e69bbe1cb1b3e538b

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Aug  2 17:48:55 2012 +0100

mesa: no need to depend on python-native, the class does that

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/mesa/mesa-common.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 120a256..403a961 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,14 +12,14 @@ SECTION = "x11"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
 
-INC_PR = "r15"
+INC_PR = "r16"
 PE = "2"
 
 
 PROTO_DEPS = "xf86driproto glproto"
 LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
 
-DEPENDS = "makedepend-native python-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
+DEPENDS = "makedepend-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
 
 PROVIDES = "virtual/libgl"
 





More information about the Openembedded-commits mailing list