From patchwork Wed Aug 1 12:31:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/12] mesa: no need to depend on python-native, the class does that Date: Wed, 01 Aug 2012 12:31:17 -0000 From: Ross Burton X-Patchwork-Id: 33523 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e5e91a3..698f4fe 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -12,7 +12,7 @@ SECTION = "x11" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" -INC_PR = "r3" +INC_PR = "r4" PE = "2" @@ -20,7 +20,7 @@ PROTO_DEPS = "xf86driproto glproto" LIB_DEPS += "${@base_contains('DISTRO_FEATURES', 'x11', \ 'virtual/libx11 libxext libxxf86vm libxdamage libxfixes', '', d)}" -DEPENDS = "libxml2-native makedepend-native python-native flex-native bison-native ${LIB_DEPS}" +DEPENDS = "libxml2-native makedepend-native flex-native bison-native ${LIB_DEPS}" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', '${PROTO_DEPS}', '', d)}" PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl"