Commit Graph

5 Commits

Author SHA1 Message Date
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Hannu Nyman 172c50c4b1 Merge pull request #3278 from diizzyy/patch-13
libtool-bin: switch to xz tarball
2016-10-27 09:47:28 +03:00
Matthias Schiffer bc65f629d6
libtool-bin: don't rely on STAGING_DIR_HOST
We can just set GREP and SED in the configure command instead of fixing up
the paths using sed afterwards. This makes the build more robust (and we're
currently preparing a change of the host staging dirs in LEDE that might
break this otherwise).

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-16 17:44:48 +02:00
diizzyy fa679bb173 libtool-bin: switch to xz tarball
Switch to xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-01 23:16:05 +02:00
Heinrich Schuchardt e207730a64 devel/libtool-bin: new package
GNU libtool is used to ease the usage of shared libraries in Makefiles.

The new package libtool-bin contains the script libtoolize which is used
to prepare a package to use libtool.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-23 22:48:37 +01:00