diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-28 18:19:58 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 19:54:10 -0500 |
commit | aa5416ff42b0a44c4c41618cb28388588153f014 (patch) | |
tree | ebe8cd41fc90a65abc171a0a394f73e5e0093b15 | |
parent | 3607bd4dee2a81c040e28d6c33e0ebb5bfe0a33c (diff) | |
download | meta-xilinx-aa5416ff42b0a44c4c41618cb28388588153f014.tar.gz |
python3-anytree: Sometimes /usr/license is produced, remove this
Remove invalid (and unpackaged) LICENSE file.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
-rw-r--r-- | meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb index f5070be7..adf7b204 100644 --- a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb +++ b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
16 | 16 | ||
17 | do_install:append() { | 17 | do_install:append() { |
18 | rm -f ${D}/${datadir}/LICENSE | 18 | rm -f ${D}/${datadir}/LICENSE ${D}/${prefix}/LICENSE |
19 | rmdir ${D}/${datadir} || : | 19 | rmdir ${D}/${datadir} || : |
20 | } | 20 | } |
21 | 21 | ||