1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/ffa-debugfs-mod: remove redundant RPROVIDES

There's no need for ffa-debugfs-mod to RPROVIDE
kernel-module-arm-ffa-user, as this is provided by a sub-package of this
recipe already.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-02-09 17:46:08 +00:00
committed by Jon Mason
parent b0913dc09b
commit fee71931f4
@@ -21,8 +21,6 @@ SRC_URI:append = " \
FILES:${PN} += "${bindir}/load_ffa_debugfs.sh"
FILES:${PN}-dev += "${includedir}/arm_ffa_user.h"
RPROVIDES:${PN} += "kernel-module-arm-ffa-user"
do_install:append() {
install -D -p -m 0755 ${B}/load_ffa_debugfs.sh ${D}/${bindir}/load_ffa_debugfs.sh
install -m 0644 ${S}/arm_ffa_user.h ${D}/${includedir}/arm_ffa_user.h