summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-13 12:22:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-29 17:17:38 +0100
commit7411158e1f980cd71c432026fa2f68ab80e3541e (patch)
treeae3ca063279c9d4744d0ce4afb4ccfa62226b634 /meta/recipes-graphics
parent695ab4f4d9bceac0326d3c17063d6bb88a228486 (diff)
downloadpoky-7411158e1f980cd71c432026fa2f68ab80e3541e.tar.gz
xcb-proto: Update for python-native changes
Add pythonnative to the inherits list (From OE-Core rev: 529346325b5df7bf316823f98f7332be4d019215) Signed-off-by: Morgan Little <morgan.little@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xcb/xcb-proto.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc
index e93b1a2ff1..feb9e4dd53 100644
--- a/meta/recipes-graphics/xcb/xcb-proto.inc
+++ b/meta/recipes-graphics/xcb/xcb-proto.inc
@@ -11,7 +11,7 @@ LICENSE = "MIT-X"
11 11
12SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" 12SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig pythonnative
15 15
16PACKAGES += "python-xcbgen" 16PACKAGES += "python-xcbgen"
17 17