From: Tom Rini Date: Thu, 18 Nov 2010 22:36:11 +0000 (-0700) Subject: xcb-proto.inc: Add python-native to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa;p=openembedded.git xcb-proto.inc: Add python-native to DEPENDS Can't build without python >= 2.5 available. Signed-off-by: Tom Rini --- diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc index 449d915908..fdc4777acf 100644 --- a/recipes/xcb/xcb-proto.inc +++ b/recipes/xcb/xcb-proto.inc @@ -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"