mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 16:10:36 +00:00
This should help keep libx11 and libx11-diet in sync by throwing an error when building (From OE-Core rev: 5d5434e77c60faa78f15c99714e34221d154617b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
264 B
BlitzBasic
14 lines
264 B
BlitzBasic
require libx11.inc
|
|
|
|
SRC_URI += "file://disable_tests.patch \
|
|
file://Fix-hanging-issue-in-_XReply.patch \
|
|
"
|
|
|
|
inherit gettext
|
|
|
|
do_configure_append () {
|
|
sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile
|
|
}
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|