package/qpdf: remove pcre dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 8 Dec 2019 08:51:43 +0000 (09:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 8 Dec 2019 12:57:36 +0000 (13:57 +0100)
pcre is not needed since version 7.0.0 and
https://github.com/qpdf/qpdf/commit/9a96e233b051b31289c84f90a321583887b1400a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qpdf/Config.in
package/qpdf/qpdf.mk

index 87a3192c5ec16bfae6fdd3efb12c1be30eae6ed9..3a4fa6072cdc2ce64d3c38b4806499ca8f77d3eb 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_QPDF
        bool "qpdf"
        depends on BR2_INSTALL_LIBSTDCPP
-       select BR2_PACKAGE_PCRE
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_JPEG
        help
index 728ecc9289a88b4de6647edf57172cbe04766906..7dfc7acd70acd84bff2cd4d517d947243ecacf4c 100644 (file)
@@ -9,7 +9,7 @@ QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
 QPDF_INSTALL_STAGING = YES
 QPDF_LICENSE = Apache-2.0 or Artistic-2.0
 QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
-QPDF_DEPENDENCIES = pcre zlib jpeg
+QPDF_DEPENDENCIES = zlib jpeg
 
 QPDF_CONF_OPTS = --without-random