mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
libx11-diet: remove statements that are redundant
(From OE-Core rev: 4bba0537473f28961d6e128f8bc18c9a4abd01cd) 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
5842947c3d
commit
cc5557eb2f
@@ -3,7 +3,7 @@ require libx11.inc
|
||||
DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \
|
||||
this version."
|
||||
|
||||
PR = "${INC_PR}.2"
|
||||
PR = "${INC_PR}.3"
|
||||
|
||||
SRC_URI += "file://x11_disable_makekeys.patch \
|
||||
file://X18NCMSstubs.diff \
|
||||
@@ -18,8 +18,4 @@ RPROVIDES_${PN}-locale = "libx11-locale"
|
||||
SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
|
||||
SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11"
|
||||
|
||||
EXTRA_OECONF += "--disable-xlocale"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user