summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 18:19:58 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 19:54:10 -0500
commitaa5416ff42b0a44c4c41618cb28388588153f014 (patch)
treeebe8cd41fc90a65abc171a0a394f73e5e0093b15
parent3607bd4dee2a81c040e28d6c33e0ebb5bfe0a33c (diff)
downloadmeta-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.bb2
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"
15inherit setuptools3 15inherit setuptools3
16 16
17do_install:append() { 17do_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