From a47693173d7fe8bda1e7da1e419fac2ba6d26a41 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Fri, 11 Feb 2022 12:28:52 -0500 Subject: 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 --- recipes-extended/crconf/crconf_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-extended') 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}/*" -- cgit v1.2.3-54-g00ecf