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:14:26 +0100 |
commit | e234af467eac7d0313fae3e87eb1b34725309bb5 (patch) | |
tree | 2e3d3eb257522873b4f4445813b6b8d81aee6f7d /meta/recipes-graphics/xcb/libxcb_1.1.91.bb | |
parent | 1d41af288f3db07a5dc47436443daf95e243904f (diff) | |
download | openembedded-core-e234af467eac7d0313fae3e87eb1b34725309bb5.tar.gz openembedded-core-e234af467eac7d0313fae3e87eb1b34725309bb5.tar.bz2 openembedded-core-e234af467eac7d0313fae3e87eb1b34725309bb5.zip |
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.
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_1.1.91.bb')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.1.91.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ include libxcb.inc PR = "r2" -DEPENDS += "libpthread-stubs xcb-proto-native" - PACKAGES =+ "libxcb-xinerama" |