From 4085eae020abb906bb3cfb23718e0c5b06360f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 5 Dec 2019 17:36:42 +0100 Subject: [PATCH] kreport: fix build for python3 only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../{kdb => files}/0001-Do-not-rely-on-python2.patch | 0 recipes-kde/apps/calligra/kreport_3.2.0.bb | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename recipes-kde/apps/calligra/{kdb => files}/0001-Do-not-rely-on-python2.patch (100%) diff --git a/recipes-kde/apps/calligra/kdb/0001-Do-not-rely-on-python2.patch b/recipes-kde/apps/calligra/files/0001-Do-not-rely-on-python2.patch similarity index 100% rename from recipes-kde/apps/calligra/kdb/0001-Do-not-rely-on-python2.patch rename to recipes-kde/apps/calligra/files/0001-Do-not-rely-on-python2.patch diff --git a/recipes-kde/apps/calligra/kreport_3.2.0.bb b/recipes-kde/apps/calligra/kreport_3.2.0.bb index 6fec4693..4e85e2f7 100644 --- a/recipes-kde/apps/calligra/kreport_3.2.0.bb +++ b/recipes-kde/apps/calligra/kreport_3.2.0.bb @@ -23,7 +23,10 @@ DEPENDS += " \ qtwebkit \ " -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz" +SRC_URI = " \ + ${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \ + file://0001-Do-not-rely-on-python2.patch \ +" SRC_URI[md5sum] = "f11fa519d7f5519c8e48906fa96cab2f" SRC_URI[sha256sum] = "22716d719654e8f887fe4d33654e252ddf3d3d818c44e15a8af0e6f2e7d6ccd7"