mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/automake: bump version to 1.16.1
If Buildroot is run from a folder containing a '@' in the path, automake will fail since the aclocal Perl script will interpret what is after the '@' as an array in its system include paths. This was fixed in automake 1.16.1. Signed-off-by: Jean-François Têtu <jean-francois.tetu@savoirfairelinux.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
db96fecd7d
commit
d36a01273b
@ -1,4 +1,4 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf automake-1.15.1.tar.xz
|
sha256 5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921 automake-1.16.1.tar.xz
|
||||||
# License files, locally calculated
|
# License files, locally calculated
|
||||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
AUTOMAKE_VERSION = 1.15.1
|
AUTOMAKE_VERSION = 1.16.1
|
||||||
AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz
|
AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz
|
||||||
AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
|
AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
|
||||||
AUTOMAKE_LICENSE = GPL-2.0+
|
AUTOMAKE_LICENSE = GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user