From 28e12abf2dd479025ac7aaf0a55dda870e302f09 Mon Sep 17 00:00:00 2001 From: Bartłomiej Burdukiewicz Date: Thu, 26 Aug 2021 18:01:42 +0200 Subject: android-tools: convert to new override syntax. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartłomiej Burdukiewicz --- .../selinux/android-tools/android-tools-conf-configfs_1.0.bb | 4 ++-- dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dynamic-layers') 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() { install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d } -FILES_${PN} += " \ +FILES:${PN} += " \ ${systemd_unitdir}/system/ \ " PROVIDES += "android-tools-conf" -RPROVIDES_${PN} = "android-tools-conf" +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 += "\ clang-cross-${TARGET_ARCH} \ " -SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service" +SYSTEMD_SERVICE:${PN} = "android-tools-adbd.service" # Find libbsd headers during native builds CC:append_class-native = " -I${STAGING_INCDIR}" @@ -190,7 +190,7 @@ PACKAGES += "${PN}-fstools" RDEPENDS_${BPN} = "${BPN}-conf p7zip" -FILES_${PN}-fstools = "\ +FILES:${PN}-fstools = "\ ${bindir}/ext2simg \ ${bindir}/ext4fixup \ ${bindir}/img2simg \ -- cgit v1.2.3-54-g00ecf