expat: bump to version 2.2.4
authorBaruch Siach <baruch@tkos.co.il>
Mon, 4 Sep 2017 16:51:07 +0000 (19:51 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Sep 2017 20:42:14 +0000 (22:42 +0200)
Upstream migrated to automake for autotools: the "installlib" target
no longer exist, and we can use the standard "install" target, and
therefore drop the special INSTALL_STAGING_OPTS and
INSTALL_TARGET_OPTS variables.

Add license hash.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/expat/expat.hash
package/expat/expat.mk

index ccf74d62128e054451507f7b89f3d7c9034c03cb..ef01ec99489e604e309999a9267f5ce165d6e8f3 100644 (file)
@@ -1,5 +1,7 @@
-# From https://sourceforge.net/projects/expat/files/expat/2.2.3/
-md5    f053af63ef5f39bd9b78d01fbc203334        expat-2.2.3.tar.bz2
-sha1   e2be3a2aa8d12ce70184aab418d0d5d96ed86d0e        expat-2.2.3.tar.bz2
+# From https://sourceforge.net/projects/expat/files/expat/2.2.4/
+md5    6e3980aba29a224a9f478d88ac7ec207        expat-2.2.4.tar.bz2
+sha1   3394d6390c041a8f5dec1d5fe7c4af0a23ae4504        expat-2.2.4.tar.bz2
 # Calculated based on the hashes above
-sha256 b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f        expat-2.2.3.tar.bz2
+sha256 03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e        expat-2.2.4.tar.bz2
+# Locally calculated
+sha256 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76        COPYING
index a6fa37323d076095e470ae3a4cea77b472538d33..ef196ec40c3eb1f5a8633b9375b6009f0a81fa5c 100644 (file)
@@ -4,12 +4,10 @@
 #
 ################################################################################
 
-EXPAT_VERSION = 2.2.3
+EXPAT_VERSION = 2.2.4
 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
 EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2
 EXPAT_INSTALL_STAGING = YES
-EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib
-EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib
 EXPAT_DEPENDENCIES = host-pkgconf
 HOST_EXPAT_DEPENDENCIES = host-pkgconf
 EXPAT_LICENSE = MIT