[oe-commits] Michael Smith : libxcb: DEPEND on xcb-proto-native

git version control git at git.openembedded.org
Mon Nov 8 15:08:05 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: f3e06cb4d13605ac438ea94807edd1ea717a1b8e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f3e06cb4d13605ac438ea94807edd1ea717a1b8e

Author: Michael Smith <msmith at cbnco.com>
Date:   Wed Nov  3 04:53:03 2010 +0000

libxcb: DEPEND on xcb-proto-native

libxcb needs the xcbgen Python modules staged by xcb-proto-native.

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/xcb/libxcb.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc
index 9fb3377..8f86c3b 100644
--- a/recipes/xcb/libxcb.inc
+++ b/recipes/xcb/libxcb.inc
@@ -5,9 +5,9 @@ HOMEPAGE = "http://xcb.freedesktop.org"
 
 PARALLEL_MAKE = ""
 BBCLASSEXTEND = "native nativesdk"
-DEPENDS = "xcb-proto xproto libxau libxslt-native"
+DEPENDS = "xcb-proto xcb-proto-native xproto libxau libxslt-native"
 # DEPENDS += "xsltproc-native gperf-native"
-INC_PR = "r3"
+INC_PR = "r4"
 
 SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2 \
         file://configure.patch;striplevel=0"





More information about the Openembedded-commits mailing list