git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd8fa6
)
xcb-proto.inc: Add python-native to DEPENDS
author
Tom Rini
<tom_rini@mentor.com>
Thu, 18 Nov 2010 22:36:11 +0000
(15:36 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/xcb/xcb-proto.inc
b/recipes/xcb/xcb-proto.inc
index
449d915
..
fdc4777
100644
(file)
--- 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 = "r
2
"
+INC_PR = "r
3
"
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
ALLOW_EMPTY_${PN} = "1"