From 6b76d9e764ddabf0a82d355bfeea02b402f0785b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 29 Sep 2012 19:19:12 -0500 Subject: libxcb: Update DEPENDS to avoid duplicate entries Some items were listed multiple times in DEPENDS, avoid this situation. Note, PR was not incremented as no change to the build process occurs. (From OE-Core rev: e234af467eac7d0313fae3e87eb1b34725309bb5) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/libxcb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xcb/libxcb.inc') diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 1517f8a8fa..5f4df69b28 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc @@ -11,7 +11,7 @@ SECTION = "x11/libs" LICENSE = "MIT-X" PARALLEL_MAKE = "" -DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native" +DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs" # DEPENDS += "xsltproc-native gperf-native" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" -- cgit v1.2.3-54-g00ecf