[oe-commits] Morgan Little : xcb-proto: Update for python-native changes

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 16:20:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 529346325b5df7bf316823f98f7332be4d019215
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=529346325b5df7bf316823f98f7332be4d019215

Author: Morgan Little <morgan.little at windriver.com>
Date:   Fri Jul 13 12:22:52 2012 +0000

xcb-proto: Update for python-native changes

Add pythonnative to the inherits list

Signed-off-by: Morgan Little <morgan.little at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 e93b1a2..feb9e4d 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"
 





More information about the Openembedded-commits mailing list