mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -5,9 +5,9 @@ SECTION = "libs"
|
|||||||
DEPENDS = "libpcre zlib libjpeg-turbo"
|
DEPENDS = "libpcre zlib libjpeg-turbo"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
|
LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
|
||||||
SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
|
|
||||||
|
|
||||||
inherit autotools-brokensep gettext
|
inherit autotools-brokensep gettext
|
||||||
|
|
||||||
@@ -17,8 +17,6 @@ EXTRA_OECONF = "--without-random \
|
|||||||
--disable-check-autofiles \
|
--disable-check-autofiles \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OEMAKE:class-target = "LIBTOOL=${HOST_SYS}-libtool"
|
|
||||||
|
|
||||||
LDFLAGS:append:mipsarch = " -latomic"
|
LDFLAGS:append:mipsarch = " -latomic"
|
||||||
LDFLAGS:append:riscv32 = " -latomic"
|
LDFLAGS:append:riscv32 = " -latomic"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user