]> code.ossystems Code Review - meta-freescale.git/commitdiff
crconf: Don't set FILES 976/head
authorSean Anderson <sean.anderson@seco.com>
Fri, 11 Feb 2022 17:28:52 +0000 (12:28 -0500)
committerSean Anderson <sean.anderson@seco.com>
Fri, 11 Feb 2022 17:33:21 +0000 (12:33 -0500)
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 <sean.anderson@seco.com>
recipes-extended/crconf/crconf_git.bb

index 704c6ac7391fd7d0f89e02a2345dfc5b363d6c43..305b47f560664f7d9dfad6b00106a8dd5839c6ac 100644 (file)
@@ -13,5 +13,3 @@ S = "${WORKDIR}/git"
 do_install () {
        oe_runmake install  DESTDIR=${D}
 }
-
-FILES:${PN} += "/share/man/*  ${libdir}/* ${sbindir}/*"