From 8826f1c708c67d7b0902b03c5ceedeb89ef2dbaa Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Dec 2021 11:05:02 +0000 Subject: [PATCH] qpdf: remove obsolete support for renamed libtool libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb index 964becf1dd..793dbb1953 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb @@ -5,9 +5,9 @@ SECTION = "libs" DEPENDS = "libpcre zlib libjpeg-turbo" SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz" +SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222" LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3" -SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222" inherit autotools-brokensep gettext @@ -17,8 +17,6 @@ EXTRA_OECONF = "--without-random \ --disable-check-autofiles \ " -EXTRA_OEMAKE:class-target = "LIBTOOL=${HOST_SYS}-libtool" - LDFLAGS:append:mipsarch = " -latomic" LDFLAGS:append:riscv32 = " -latomic"