diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-09-29 19:19:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 11:40:48 +0100 |
commit | 6b76d9e764ddabf0a82d355bfeea02b402f0785b (patch) | |
tree | a73b896a55979ef5f81c416dd8a0bd9e24f4af41 /meta | |
parent | b616c9461da221d99086b6cc4f30d6f3745a91f1 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.1.91.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.8.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_git.bb | 2 |
4 files changed, 2 insertions, 6 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" | |||
11 | LICENSE = "MIT-X" | 11 | LICENSE = "MIT-X" |
12 | 12 | ||
13 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "" |
14 | DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native" | 14 | DEPENDS = "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 | ||
17 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" | 17 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" |
diff --git a/meta/recipes-graphics/xcb/libxcb_1.1.91.bb b/meta/recipes-graphics/xcb/libxcb_1.1.91.bb index 7ea745185d..b74243e898 100644 --- a/meta/recipes-graphics/xcb/libxcb_1.1.91.bb +++ b/meta/recipes-graphics/xcb/libxcb_1.1.91.bb | |||
@@ -1,6 +1,4 @@ | |||
1 | include libxcb.inc | 1 | include libxcb.inc |
2 | PR = "r2" | 2 | PR = "r2" |
3 | 3 | ||
4 | DEPENDS += "libpthread-stubs xcb-proto-native" | ||
5 | |||
6 | PACKAGES =+ "libxcb-xinerama" | 4 | PACKAGES =+ "libxcb-xinerama" |
diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb index 1f39ca0d65..52ff0b0a8c 100644 --- a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb +++ b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | |||
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp" | 8 | DEPENDS += "libxdmcp" |
9 | 9 | ||
10 | PACKAGES =+ "libxcb-xinerama" | 10 | PACKAGES =+ "libxcb-xinerama" |
11 | 11 | ||
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index f8cf2a581d..66934b4535 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb | |||
@@ -6,8 +6,6 @@ SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22" | |||
6 | PV = "1.1.90.1+gitr${SRCPV}" | 6 | PV = "1.1.90.1+gitr${SRCPV}" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | DEPENDS += "libpthread-stubs xcb-proto-native" | ||
10 | |||
11 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" | 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" |
12 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
13 | 11 | ||