diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-07-27 14:41:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-30 19:15:24 -0700 |
| commit | 2d99031071fda966734c9a203710f4a1c7e88506 (patch) | |
| tree | 7c9fa192724618897c2a25da42c1d3eee96e5d44 /meta-oe/recipes-devtools/openocd/openocd_git.bb | |
| parent | 09faeabebc84c3ec26170d6465e3e039cc8e9640 (diff) | |
| download | meta-openembedded-2d99031071fda966734c9a203710f4a1c7e88506.tar.gz | |
openocd: Fix build with glibc 2.30
sys/syctl.h is deprecated starting 2.30
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
| 10 | git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \ | 10 | git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \ |
| 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ | 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ |
| 12 | file://0001-esirisc_flash-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch \ | 12 | file://0001-esirisc_flash-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch \ |
| 13 | file://0001-Do-not-include-syscrtl.h-with-glibc.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | SRCREV_FORMAT = "openocd" | 16 | SRCREV_FORMAT = "openocd" |
