From aa5416ff42b0a44c4c41618cb28388588153f014 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 28 Jul 2022 18:19:58 -0500 Subject: python3-anytree: Sometimes /usr/license is produced, remove this Remove invalid (and unpackaged) LICENSE file. Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit setuptools3 do_install:append() { - rm -f ${D}/${datadir}/LICENSE + rm -f ${D}/${datadir}/LICENSE ${D}/${prefix}/LICENSE rmdir ${D}/${datadir} || : } -- cgit v1.2.3-54-g00ecf