summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-09-29 19:19:12 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 11:40:48 +0100
commit6b76d9e764ddabf0a82d355bfeea02b402f0785b (patch)
treea73b896a55979ef5f81c416dd8a0bd9e24f4af41 /meta/recipes-graphics/xcb/libxcb.inc
parentb616c9461da221d99086b6cc4f30d6f3745a91f1 (diff)
downloadpoky-6b76d9e764ddabf0a82d355bfeea02b402f0785b.tar.gz
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 <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb.inc')
-rw-r--r--meta/recipes-graphics/xcb/libxcb.inc2
1 files changed, 1 insertions, 1 deletions
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"
11LICENSE = "MIT-X" 11LICENSE = "MIT-X"
12 12
13PARALLEL_MAKE = "" 13PARALLEL_MAKE = ""
14DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native" 14DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs"
15# DEPENDS += "xsltproc-native gperf-native" 15# DEPENDS += "xsltproc-native gperf-native"
16 16
17SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" 17SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2"