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/recipes-graphics/xcb/libxcb_git.bb | |
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/recipes-graphics/xcb/libxcb_git.bb')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 | ||