xcb-proto.inc: Add python-native to DEPENDS
authorTom Rini <tom_rini@mentor.com>
Thu, 18 Nov 2010 22:36:11 +0000 (15:36 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 18 Nov 2010 22:37:24 +0000 (15:37 -0700)
Can't build without python >= 2.5 available.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/xcb/xcb-proto.inc

index 449d915..fdc4777 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "XCB: an X protocol C binding"
 SECTION = "x11/libs"
 LICENSE = "MIT-X"
 HOMEPAGE = "http://xcb.freedesktop.org"
+DEPENDS = "python-native"
 
 SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
 
@@ -9,7 +10,7 @@ BBCLASSEXTEND = "native nativesdk"
 
 inherit autotools pkgconfig
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 FILES_${PN}-dev += "${datadir}/xcb/*.xml"
 ALLOW_EMPTY_${PN} = "1"