]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-xlib-7.10: add missing dependency makedepend
authorYu Ke <ke.yu@intel.com>
Thu, 10 Feb 2011 10:15:38 +0000 (18:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 15:27:50 +0000 (15:27 +0000)
mesa 7.10 has dependency on makedepend-native, so add it
to resolve the configure failure

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-graphics/mesa/mesa-xlib_7.10.bb

index 5cc719e6283bd186739d5cd4a9e32dd304c571f9..c8eb88fbf6c654cb0a89f337bec7ca8b89935c1c 100644 (file)
@@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1
 PROTO_DEPS = "xf86driproto glproto"
 LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
 
-DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
+DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native"
 
 PE = "1"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "--with-driver=xlib"