From 0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 18 Nov 2010 15:36:11 -0700 Subject: [PATCH] xcb-proto.inc: Add python-native to DEPENDS Can't build without python >= 2.5 available. Signed-off-by: Tom Rini --- recipes/xcb/xcb-proto.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5