[oe-commits] Tom Rini : xcb-proto.inc: Add python-native to DEPENDS

git version control git at git.openembedded.org
Thu Nov 18 22:44:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Nov 18 15:36:11 2010 -0700

xcb-proto.inc: Add python-native to DEPENDS

Can't build without python >= 2.5 available.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/xcb/xcb-proto.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index 449d915..fdc4777 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"





More information about the Openembedded-commits mailing list