From: Morgan Little Date: Fri, 13 Jul 2012 12:22:52 +0000 (+0000) Subject: xcb-proto: Update for python-native changes X-Git-Tag: 2015-4~9738 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=529346325b5df7bf316823f98f7332be4d019215;p=openembedded-core.git xcb-proto: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Morgan Little Signed-off-by: Richard Purdie --- 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"