File tree Expand file tree Collapse file tree
dynamic-layers/openembedded-layer/recipes-security/minkipc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,6 @@ PACKAGE_BEFORE_PN += "${PN}-qteesupplicant"
4444SYSTEMD_PACKAGES = "${PN} -qteesupplicant"
4545SYSTEMD_SERVICE :${PN} -qteesupplicant = "qteesupplicant.service sfsconfig.service"
4646
47- FILES :${PN} -qteesupplicant = "${bindir} /qtee_supplicant \
48- ${nonarch_libdir} /udev/rules.d/99-qcomtee-udev.rules \
49- ${base_bindir} /sfs_config \
50- "
51-
52- RDEPENDS :${PN} -qteesupplicant = "${PN} "
53- RRECOMMENDS :${PN} -qteesupplicant = "mount-tee-partition"
54-
5547do_install :append () {
5648 mkdir -p ${D}${nonarch_base_libdir} /qtee -tas
5749 cp -R ${S} /ta /* ${D}${nonarch_base_libdir} /qtee -tas /
@@ -62,3 +54,9 @@ do_install:append() {
6254
6355FILES :${PN} += "${nonarch_base_libdir} /qtee-tas"
6456
57+ FILES :${PN} -qteesupplicant = "${bindir} /qtee_supplicant \
58+ ${nonarch_libdir} /udev/rules.d/99-qcomtee-udev.rules \
59+ ${base_bindir} /sfs_config \
60+ "
61+ RDEPENDS :${PN} -qteesupplicant = "${PN} "
62+ RRECOMMENDS :${PN} -qteesupplicant = "mount-tee-partition"
You can’t perform that action at this time.
0 commit comments