diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-13 12:22:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 17:17:38 +0100 |
commit | 7411158e1f980cd71c432026fa2f68ab80e3541e (patch) | |
tree | ae3ca063279c9d4744d0ce4afb4ccfa62226b634 /meta/recipes-graphics | |
parent | 695ab4f4d9bceac0326d3c17063d6bb88a228486 (diff) | |
download | poky-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.inc | 2 |
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 | ||
12 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" | 12 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig pythonnative |
15 | 15 | ||
16 | PACKAGES += "python-xcbgen" | 16 | PACKAGES += "python-xcbgen" |
17 | 17 | ||