diff --git a/recipes-common/rfc/rfc_git.bb b/recipes-common/rfc/rfc_git.bb index 51cc90bf..d032b9de 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 }