mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
libxcb: upgrade to 1.10
Remove spurious libxcb-xinerama addition to PACKAGES, this is handled by the dynamic split_packages() now. (From OE-Core rev: cfb0b1124d38c332536abb5d3e2726a3b8993140) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
022e31fe98
commit
eda6733648
10
meta/recipes-graphics/xorg-lib/libxcb_1.10.bb
Normal file
10
meta/recipes-graphics/xorg-lib/libxcb_1.10.bb
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
include libxcb.inc
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
||||||
|
|
||||||
|
|
||||||
|
DEPENDS += "libxdmcp"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "074c335cc4453467eeb234e3dadda700"
|
||||||
|
SRC_URI[sha256sum] = "98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5"
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
include libxcb.inc
|
|
||||||
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDS += "libxdmcp"
|
|
||||||
|
|
||||||
PACKAGES =+ "libxcb-xinerama"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "1ca999ca94f760d917ef2d8466a88742"
|
|
||||||
SRC_URI[sha256sum] = "aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b"
|
|
||||||
@@ -8,5 +8,3 @@ PR = "r1"
|
|||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb"
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGES =+ "libxcb-xinerama"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user