diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-08-11 14:58:27 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-11 20:16:52 -0700 |
commit | 72220d60882fc0066e09849e7d58cd3838fba04a (patch) | |
tree | efe85a93acea3c5de138fd9dad211faeb352e338 /meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |
parent | 661df548dddf723cdf055a4f76f4aa2c93f3774c (diff) | |
download | meta-openembedded-72220d60882fc0066e09849e7d58cd3838fba04a.tar.gz |
android-tools: fix build with glibc-2.28
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb')
-rw-r--r-- | meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index 780ecaa11a..a85e8b6652 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
@@ -47,6 +47,7 @@ SRC_URI = " \ | |||
47 | file://ext4_utils.mk;subdir=${BPN} \ | 47 | file://ext4_utils.mk;subdir=${BPN} \ |
48 | file://fastboot.mk;subdir=${BPN} \ | 48 | file://fastboot.mk;subdir=${BPN} \ |
49 | file://mkbootimg.mk;subdir=${BPN} \ | 49 | file://mkbootimg.mk;subdir=${BPN} \ |
50 | file://0001-usb_linux.c-fix-build-with-glibc-2.28.patch;patchdir=system/core \ | ||
50 | " | 51 | " |
51 | 52 | ||
52 | S = "${WORKDIR}/git" | 53 | S = "${WORKDIR}/git" |