diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-01-20 21:07:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-22 07:20:02 +0000 |
| commit | eda67336485c2c199e5de5ac114cf9c8d5d3134b (patch) | |
| tree | dac853325d3a5ca087664bd38ce51a9e509ebff0 | |
| parent | 022e31fe98d9e4ff5e5705731de7a14c7be5d5bc (diff) | |
| download | poky-eda67336485c2c199e5de5ac114cf9c8d5d3134b.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.10.bb | 10 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb | 12 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_git.bb | 2 |
3 files changed, 10 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb new file mode 100644 index 0000000000..d88b025e1f --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.10.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | include libxcb.inc | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | ||
| 5 | |||
| 6 | |||
| 7 | DEPENDS += "libxdmcp" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "074c335cc4453467eeb234e3dadda700" | ||
| 10 | SRC_URI[sha256sum] = "98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5" | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb deleted file mode 100644 index 7374f10a4e..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | include libxcb.inc | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | ||
| 5 | |||
| 6 | |||
| 7 | DEPENDS += "libxdmcp" | ||
| 8 | |||
| 9 | PACKAGES =+ "libxcb-xinerama" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1ca999ca94f760d917ef2d8466a88742" | ||
| 12 | SRC_URI[sha256sum] = "aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b" | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_git.bb b/meta/recipes-graphics/xorg-lib/libxcb_git.bb index 1482b7af5b..186636e1eb 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_git.bb | |||
| @@ -8,5 +8,3 @@ PR = "r1" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb" | 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | |||
| 12 | PACKAGES =+ "libxcb-xinerama" | ||
