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:16:20 +0100 |
commit | 529346325b5df7bf316823f98f7332be4d019215 (patch) | |
tree | 071b67a9c65ec2fb302d9b933b8eee53ddb77ffa /meta/recipes-graphics/xcb | |
parent | ad42ff66d8a1e57dc8c43b936235eca6bd75b79a (diff) | |
download | openembedded-core-529346325b5df7bf316823f98f7332be4d019215.tar.gz openembedded-core-529346325b5df7bf316823f98f7332be4d019215.tar.bz2 openembedded-core-529346325b5df7bf316823f98f7332be4d019215.zip |
xcb-proto: Update for python-native changes
Add pythonnative to the inherits list
Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-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" SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" -inherit autotools pkgconfig +inherit autotools pkgconfig pythonnative PACKAGES += "python-xcbgen" |