]> code.ossystems Code Review - openembedded-core.git/commitdiff
xcb-proto: Update for python-native changes
authorMorgan Little <morgan.little@windriver.com>
Fri, 13 Jul 2012 12:22:52 +0000 (12:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jul 2012 16:16:20 +0000 (17:16 +0100)
Add pythonnative to the inherits list

Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xcb/xcb-proto.inc

index e93b1a2ff127d53c2e6b2d3e6a83ebae13763ca4..feb9e4dd53bca5389c64dbb7ce15845031edfacd 100644 (file)
@@ -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"