summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorBartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>2021-08-26 18:01:42 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-26 09:34:45 -0700
commit28e12abf2dd479025ac7aaf0a55dda870e302f09 (patch)
treee32eb8cbb2bf495289caad83ae74f22c0c7f9571 /dynamic-layers
parent45a3707291a4e8bd2469b0d2bb9cf9e07878ae08 (diff)
downloadmeta-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')
-rw-r--r--dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb4
-rw-r--r--dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb4
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
30FILES_${PN} += " \ 30FILES:${PN} += " \
31 ${systemd_unitdir}/system/ \ 31 ${systemd_unitdir}/system/ \
32" 32"
33 33
34PROVIDES += "android-tools-conf" 34PROVIDES += "android-tools-conf"
35RPROVIDES_${PN} = "android-tools-conf" 35RPROVIDES:${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
85SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service" 85SYSTEMD_SERVICE:${PN} = "android-tools-adbd.service"
86 86
87# Find libbsd headers during native builds 87# Find libbsd headers during native builds
88CC:append_class-native = " -I${STAGING_INCDIR}" 88CC:append_class-native = " -I${STAGING_INCDIR}"
@@ -190,7 +190,7 @@ PACKAGES += "${PN}-fstools"
190 190
191RDEPENDS_${BPN} = "${BPN}-conf p7zip" 191RDEPENDS_${BPN} = "${BPN}-conf p7zip"
192 192
193FILES_${PN}-fstools = "\ 193FILES:${PN}-fstools = "\
194 ${bindir}/ext2simg \ 194 ${bindir}/ext2simg \
195 ${bindir}/ext4fixup \ 195 ${bindir}/ext4fixup \
196 ${bindir}/img2simg \ 196 ${bindir}/img2simg \