From: Mark Hatle Date: Sun, 30 Sep 2012 00:19:12 +0000 (-0500) Subject: libxcb: Update DEPENDS to avoid duplicate entries X-Git-Tag: rev_ivi_2015_02_04~15315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59a2e18d6258b95feda9fc84952e52c0f8ed8320;p=scm%2Fbb%2Ftizen-distro.git 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 --- diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 1517f8a..5f4df69 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" diff --git a/meta/recipes-graphics/xcb/libxcb_1.1.91.bb b/meta/recipes-graphics/xcb/libxcb_1.1.91.bb index 7ea7451..b74243e 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" diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.8.1.bb index 1f39ca0..52ff0b0 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" PR = "r0" -DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp" +DEPENDS += "libxdmcp" PACKAGES =+ "libxcb-xinerama" diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index f8cf2a5..66934b4 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb @@ -6,8 +6,6 @@ SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22" PV = "1.1.90.1+gitr${SRCPV}" PR = "r1" -DEPENDS += "libpthread-stubs xcb-proto-native" - SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" S = "${WORKDIR}/git"