summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-02-11 12:28:52 -0500
committerSean Anderson <sean.anderson@seco.com>2022-02-11 12:33:21 -0500
commita47693173d7fe8bda1e7da1e419fac2ba6d26a41 (patch)
treec75bbeceeaeec91cf27ab99b4ce514c8e42e42d1 /recipes-extended
parentcbecb6a83560593830875ade9fd6107733ed86ad (diff)
downloadmeta-freescale-a47693173d7fe8bda1e7da1e419fac2ba6d26a41.tar.gz
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 <sean.anderson@seco.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/crconf/crconf_git.bb2
1 files changed, 0 insertions, 2 deletions
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"
13do_install () { 13do_install () {
14 oe_runmake install DESTDIR=${D} 14 oe_runmake install DESTDIR=${D}
15} 15}
16
17FILES:${PN} += "/share/man/* ${libdir}/* ${sbindir}/*"