diff options
-rw-r--r-- | meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 18 |
1 files changed, 12 insertions, 6 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 5d8f8a843..780ecaa11 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 | |||
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = " \ | |||
9 | " | 9 | " |
10 | DEPENDS = "libbsd libpcre openssl zlib libcap" | 10 | DEPENDS = "libbsd libpcre openssl zlib libcap" |
11 | 11 | ||
12 | ANDROID_TAG = "android-5.1.1_r37" | ||
13 | ANDROID_MIRROR = "android.googlesource.com" | 12 | ANDROID_MIRROR = "android.googlesource.com" |
14 | CORE_REPO = "${ANDROID_MIRROR}/platform/system/core" | 13 | CORE_REPO = "${ANDROID_MIRROR}/platform/system/core" |
15 | EXTRAS_REPO = "${ANDROID_MIRROR}/platform/system/extras" | 14 | EXTRAS_REPO = "${ANDROID_MIRROR}/platform/system/extras" |
@@ -17,12 +16,19 @@ LIBHARDWARE_REPO = "${ANDROID_MIRROR}/platform/hardware/libhardware" | |||
17 | LIBSELINUX_REPO = "${ANDROID_MIRROR}/platform/external/libselinux" | 16 | LIBSELINUX_REPO = "${ANDROID_MIRROR}/platform/external/libselinux" |
18 | BUILD_REPO = "${ANDROID_MIRROR}/platform/build" | 17 | BUILD_REPO = "${ANDROID_MIRROR}/platform/build" |
19 | 18 | ||
19 | # matches with android-5.1.1_r37 | ||
20 | SRCREV_core = "2314b110bdebdbfd2d94c502282f9e57c849897e" | ||
21 | SRCREV_extras = "3ecbe8d841df96127d7855661293e5ab6ba6c205" | ||
22 | SRCREV_libhardware = "be55eb1f4d840c82ffaf7c47460df17ff5bc4d9b" | ||
23 | SRCREV_libselinux = "07e9e1339ad1ba608acfba9dce2d0f474b252feb" | ||
24 | SRCREV_build = "16e987def3d7d8f7d30805eb95cef69e52a87dbc" | ||
25 | |||
20 | SRC_URI = " \ | 26 | SRC_URI = " \ |
21 | git://${CORE_REPO};name=core;protocol=https;nobranch=1;destsuffix=git/system/core;tag=${ANDROID_TAG} \ | 27 | git://${CORE_REPO};name=core;protocol=https;nobranch=1;destsuffix=git/system/core \ |
22 | git://${EXTRAS_REPO};name=extras;protocol=https;nobranch=1;destsuffix=git/system/extras;tag=${ANDROID_TAG} \ | 28 | git://${EXTRAS_REPO};name=extras;protocol=https;nobranch=1;destsuffix=git/system/extras \ |
23 | git://${LIBHARDWARE_REPO};name=libhardware;protocol=https;nobranch=1;destsuffix=git/hardware/libhardware;tag=${ANDROID_TAG} \ | 29 | git://${LIBHARDWARE_REPO};name=libhardware;protocol=https;nobranch=1;destsuffix=git/hardware/libhardware \ |
24 | git://${LIBSELINUX_REPO};name=libselinux;protocol=https;nobranch=1;destsuffix=git/external/libselinux;tag=${ANDROID_TAG} \ | 30 | git://${LIBSELINUX_REPO};name=libselinux;protocol=https;nobranch=1;destsuffix=git/external/libselinux \ |
25 | git://${BUILD_REPO};name=build;protocol=https;nobranch=1;destsuffix=git/build;tag=${ANDROID_TAG} \ | 31 | git://${BUILD_REPO};name=build;protocol=https;nobranch=1;destsuffix=git/build \ |
26 | file://remove-selinux-android.patch \ | 32 | file://remove-selinux-android.patch \ |
27 | file://use-capability.patch \ | 33 | file://use-capability.patch \ |
28 | file://use-local-socket.patch \ | 34 | file://use-local-socket.patch \ |