aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-18 15:36:11 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-18 15:37:24 -0700
commit0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa (patch)
tree1189e1d32621358ba4f192ea7dcbc8ece635cf0c /recipes/xcb
parent6dd8fa67b3858353765921a2f648459f7170d653 (diff)
downloadopenembedded-0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa.tar.gz
xcb-proto.inc: Add python-native to DEPENDS
Can't build without python >= 2.5 available. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/xcb')
-rw-r--r--recipes/xcb/xcb-proto.inc3
1 files changed, 2 insertions, 1 deletions
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"