[oe-commits] Ross Burton : mesa: add build-dependency on libxml2-native

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:44:19 UTC 2014


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jun  9 15:18:17 2014 +0100

mesa: add build-dependency on libxml2-native

glapi/gen needs the libxml2 Python module, but this isn't listed as a build
dependency.

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.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index a33b7b5..6503c2d 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eac
 INC_PR = "r9"
 PE = "2"
 
-DEPENDS = "expat makedepend-native flex-native bison-native udev"
+DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native udev"
 
 PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa"
 



More information about the Openembedded-commits mailing list