mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* add dependency on libcap to fix:
android-tools/5.1.1.r37-r0/git/system/core/adb/adb.c:39:28: fatal error: sys/capability.h: No such file or directory
#include <sys/capability.h>
^
* add patch from buildroot to fix build with newer glibc and on
bit-endian systems
android-tools/5.1.1.r37-r0/git/system/core/adb/usb_linux_client.c:38:25: error: initializer element is not constant
#define cpu_to_le32(x) htole32(x)
^
* and also disable thumb to fix:
http://errors.yoctoproject.org/Errors/Details/133881/
* drop default apply=yes for the .patch files
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| adb.mk | ||
| adbd.mk | ||
| android-tools-adbd.service | ||
| define-shell-command.patch | ||
| ext4_utils.mk | ||
| fastboot.mk | ||
| fix-big-endian-build.patch | ||
| implicit-declaration-function-strlcat-strlcopy.patch | ||
| mkbootimg-Add-dt-parameter-to-specify-DT-image.patch | ||
| mkbootimg.mk | ||
| preserve-ownership.patch | ||
| remove-bionic-android.patch | ||
| remove-selinux-android.patch | ||
| use-capability.patch | ||
| use-local-socket.patch | ||