diff options
author | Sean Anderson <sean.anderson@seco.com> | 2022-02-11 12:28:52 -0500 |
---|---|---|
committer | Sean Anderson <sean.anderson@seco.com> | 2022-02-11 12:33:21 -0500 |
commit | a47693173d7fe8bda1e7da1e419fac2ba6d26a41 (patch) | |
tree | c75bbeceeaeec91cf27ab99b4ce514c8e42e42d1 | |
parent | cbecb6a83560593830875ade9fd6107733ed86ad (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/crconf/crconf_git.bb | 2 |
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" | |||
13 | do_install () { | 13 | do_install () { |
14 | oe_runmake install DESTDIR=${D} | 14 | oe_runmake install DESTDIR=${D} |
15 | } | 15 | } |
16 | |||
17 | FILES:${PN} += "/share/man/* ${libdir}/* ${sbindir}/*" | ||