]> code.ossystems Code Review - openembedded-core.git/commit
libx11: split out libx11-locale
authorMing Liu <liu.ming50@gmail.com>
Sun, 5 May 2019 20:14:51 +0000 (22:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 May 2019 09:47:29 +0000 (10:47 +0100)
commitdace8a3d1dbfe048468ad26cce2d91b3267b1832
treed569e3cacd6a3cfcdf1711e75ac4f171b881c86b
parent9e5efbe1a32b5debc10205789c13aa1643397f8d
libx11: split out libx11-locale

So far libx11-locale is also being required by some non-X11 recipes,
like weston -> libxkbcommon -> libx11-locale. But the libx11-locale
could not build without x11 distro feature enabled. This is not
reasonable.

To fix it, we split out libx11-locale from libx11 to be a standalone
recipe, and drop the X11 dependencies, this makes it to be able to
build without x11 distro feature.

[RP: Add maintainers entry]

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-graphics/xorg-lib/libx11-diet_1.6.7.bb
meta/recipes-graphics/xorg-lib/libx11-locale/0001-Drop-x11-dependencies.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-lib/libx11-locale_1.6.7.bb [new file with mode: 0644]
meta/recipes-graphics/xorg-lib/libx11.inc