diff options
Diffstat (limited to 'meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools')
3 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb index 86b0ce0778..4d30327372 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb | |||
@@ -3,8 +3,7 @@ SECTION = "console/utils" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
5 | 5 | ||
6 | S = "${WORKDIR}/sources" | 6 | S = "${UNPACKDIR}" |
7 | UNPACKDIR = "${S}" | ||
8 | 7 | ||
9 | SRC_URI = " \ | 8 | SRC_URI = " \ |
10 | file://android-gadget-setup \ | 9 | file://android-gadget-setup \ |
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb index b98c70db77..7bbac1db75 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb | |||
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
5 | 5 | ||
6 | SRC_URI = "file://android-gadget-setup" | 6 | SRC_URI = "file://android-gadget-setup" |
7 | 7 | ||
8 | S = "${WORKDIR}/sources" | 8 | S = "${UNPACKDIR}" |
9 | UNPACKDIR = "${S}" | ||
10 | 9 | ||
11 | do_install() { | 10 | do_install() { |
12 | install -d ${D}${bindir} | 11 | install -d ${D}${bindir} |
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index cd3c54e32e..63e31e90cc 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | |||
@@ -43,9 +43,9 @@ SRC_URI += " \ | |||
43 | 43 | ||
44 | # patches which don't come from debian | 44 | # patches which don't come from debian |
45 | SRC_URI += " \ | 45 | SRC_URI += " \ |
46 | file://rules_yocto.mk;subdir=git \ | 46 | file://rules_yocto.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX} \ |
47 | file://android-tools-adbd.service \ | 47 | file://android-tools-adbd.service \ |
48 | file://adbd.mk;subdir=git/debian/system/core \ | 48 | file://adbd.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/debian/system/core \ |
49 | file://remount \ | 49 | file://remount \ |
50 | file://0001-Fixes-for-yocto-build.patch \ | 50 | file://0001-Fixes-for-yocto-build.patch \ |
51 | file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \ | 51 | file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \ |
@@ -55,7 +55,6 @@ SRC_URI += " \ | |||
55 | file://0001-liblp-fix-building-with-GCC-14.patch \ | 55 | file://0001-liblp-fix-building-with-GCC-14.patch \ |
56 | " | 56 | " |
57 | 57 | ||
58 | S = "${WORKDIR}/git" | ||
59 | B = "${WORKDIR}/${BPN}" | 58 | B = "${WORKDIR}/${BPN}" |
60 | 59 | ||
61 | # http://errors.yoctoproject.org/Errors/Details/1debian881/ | 60 | # http://errors.yoctoproject.org/Errors/Details/1debian881/ |