diff options
| author | Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com> | 2021-08-26 18:01:42 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-26 09:34:45 -0700 |
| commit | 28e12abf2dd479025ac7aaf0a55dda870e302f09 (patch) | |
| tree | e32eb8cbb2bf495289caad83ae74f22c0c7f9571 /dynamic-layers/selinux/android-tools | |
| parent | 45a3707291a4e8bd2469b0d2bb9cf9e07878ae08 (diff) | |
| download | meta-clang-28e12abf2dd479025ac7aaf0a55dda870e302f09.tar.gz | |
android-tools: convert to new override syntax.
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
Diffstat (limited to 'dynamic-layers/selinux/android-tools')
| -rw-r--r-- | dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb | 4 | ||||
| -rw-r--r-- | dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb b/dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb index 01dc1be..3f9d49a 100644 --- a/dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb +++ b/dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb | |||
| @@ -27,9 +27,9 @@ do_install() { | |||
| 27 | install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d | 27 | install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | FILES_${PN} += " \ | 30 | FILES:${PN} += " \ |
| 31 | ${systemd_unitdir}/system/ \ | 31 | ${systemd_unitdir}/system/ \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | PROVIDES += "android-tools-conf" | 34 | PROVIDES += "android-tools-conf" |
| 35 | RPROVIDES_${PN} = "android-tools-conf" | 35 | RPROVIDES:${PN} = "android-tools-conf" |
diff --git a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb index aaec6b5..916e801 100644 --- a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb +++ b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb | |||
| @@ -82,7 +82,7 @@ DEPENDS += "\ | |||
| 82 | clang-cross-${TARGET_ARCH} \ | 82 | clang-cross-${TARGET_ARCH} \ |
| 83 | " | 83 | " |
| 84 | 84 | ||
| 85 | SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service" | 85 | SYSTEMD_SERVICE:${PN} = "android-tools-adbd.service" |
| 86 | 86 | ||
| 87 | # Find libbsd headers during native builds | 87 | # Find libbsd headers during native builds |
| 88 | CC:append_class-native = " -I${STAGING_INCDIR}" | 88 | CC:append_class-native = " -I${STAGING_INCDIR}" |
| @@ -190,7 +190,7 @@ PACKAGES += "${PN}-fstools" | |||
| 190 | 190 | ||
| 191 | RDEPENDS_${BPN} = "${BPN}-conf p7zip" | 191 | RDEPENDS_${BPN} = "${BPN}-conf p7zip" |
| 192 | 192 | ||
| 193 | FILES_${PN}-fstools = "\ | 193 | FILES:${PN}-fstools = "\ |
| 194 | ${bindir}/ext2simg \ | 194 | ${bindir}/ext2simg \ |
| 195 | ${bindir}/ext4fixup \ | 195 | ${bindir}/ext4fixup \ |
| 196 | ${bindir}/img2simg \ | 196 | ${bindir}/img2simg \ |
