mirror of
https://git.yoctoproject.org/poky
synced 2026-06-16 06:00:02 +00:00
systemd-bootchart: Fix build with glibc 2.26
xlocale.h is no more, don't include it. (From OE-Core rev: 4fdc7841a1ec5dfc0a3a3af5e630c9def7a66a24) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 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
405f210b4b
commit
dfd6b60a31
@@ -2,7 +2,9 @@ LICENSE = "LGPLv2.1 & GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https"
|
||||
SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https \
|
||||
file://0001-parse-util-Don-t-use-xlocale.h.patch \
|
||||
"
|
||||
|
||||
# Modify these as desired
|
||||
PV = "231+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user