From: Sean Anderson Date: Fri, 11 Feb 2022 17:28:52 +0000 (-0500) Subject: crconf: Don't set FILES X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a47693173d7fe8bda1e7da1e419fac2ba6d26a41;p=meta-freescale.git crconf: Don't set FILES Documentation should be installed in the documentation package, not the main package. The latter two directories are already added to FILES by meta/conf/bitbake.conf. Signed-off-by: Sean Anderson --- diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb index 704c6ac7..305b47f5 100644 --- a/recipes-extended/crconf/crconf_git.bb +++ b/recipes-extended/crconf/crconf_git.bb @@ -13,5 +13,3 @@ S = "${WORKDIR}/git" do_install () { oe_runmake install DESTDIR=${D} } - -FILES:${PN} += "/share/man/* ${libdir}/* ${sbindir}/*"