From 2d99031071fda966734c9a203710f4a1c7e88506 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Jul 2019 14:41:12 -0700 Subject: openocd: Fix build with glibc 2.30 sys/syctl.h is deprecated starting 2.30 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb') diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index b50c3acf4c..df10177ae9 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb @@ -10,6 +10,7 @@ SRC_URI = " \ git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \ git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ file://0001-esirisc_flash-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch \ + file://0001-Do-not-include-syscrtl.h-with-glibc.patch \ " SRCREV_FORMAT = "openocd" -- cgit v1.2.3-54-g00ecf