summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-20 16:06:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commitfc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch)
tree4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools
parent188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff)
downloadmeta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz
meta-openembedded/all: adapt to UNPACKDIR changes
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools')
-rw-r--r--meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb3
-rw-r--r--meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb3
-rw-r--r--meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb5
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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 5
6S = "${WORKDIR}/sources" 6S = "${UNPACKDIR}"
7UNPACKDIR = "${S}"
8 7
9SRC_URI = " \ 8SRC_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
6SRC_URI = "file://android-gadget-setup" 6SRC_URI = "file://android-gadget-setup"
7 7
8S = "${WORKDIR}/sources" 8S = "${UNPACKDIR}"
9UNPACKDIR = "${S}"
10 9
11do_install() { 10do_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
45SRC_URI += " \ 45SRC_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
58S = "${WORKDIR}/git"
59B = "${WORKDIR}/${BPN}" 58B = "${WORKDIR}/${BPN}"
60 59
61# http://errors.yoctoproject.org/Errors/Details/1debian881/ 60# http://errors.yoctoproject.org/Errors/Details/1debian881/