From b1b7a2cfa119ae03b40aff9c5885572649a8f0f6 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Tue, 15 Jul 2025 15:24:52 -0400 Subject: [PATCH] Update rfc_git.bb --- recipes-common/rfc/rfc_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-common/rfc/rfc_git.bb b/recipes-common/rfc/rfc_git.bb index 51cc90bf5..d032b9ded 100644 --- a/recipes-common/rfc/rfc_git.bb +++ b/recipes-common/rfc/rfc_git.bb @@ -27,7 +27,6 @@ do_install:append () { install -d ${D}${base_libdir}/rdk install -d ${D}${sysconfdir} - install -m 0755 ${S}/rfcInit.sh ${D}${base_libdir}/rdk install -m 0644 ${S}/rfc.properties ${D}${sysconfdir}/rfc.properties }