John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43167
10 years ago
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43155
10 years ago
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
10 years ago
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
12 years ago
Felix Fietkau
48db59fab7
move library packages to package/libs/
...
SVN-Revision: 33657
12 years ago
Jo-Philipp Wich
cc15824e85
libtool: remove host build and leave only libltdl in place
...
SVN-Revision: 24674
14 years ago
Jo-Philipp Wich
40fcf1fed5
libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used
...
SVN-Revision: 24613
14 years ago
Jo-Philipp Wich
bf9e9b6a91
rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now
...
SVN-Revision: 24474
14 years ago
Jo-Philipp Wich
700589cd9b
libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST)/share/acloca exists aleady
...
SVN-Revision: 24470
14 years ago
Mirko Vogt
bb154bd73c
add md5 checksum
...
SVN-Revision: 24232
14 years ago
Mirko Vogt
ce2d57ed4d
update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway
...
SVN-Revision: 24224
14 years ago
Michael Büsch
98bbc04fca
libtool: Force nonparallel build.
...
SVN-Revision: 23681
14 years ago
Felix Fietkau
920ff49232
libtool: update to 1.5.26 (patch from #4905 )
...
SVN-Revision: 17715
15 years ago
Hauke Mehrtens
efbfde01b0
Various Makefile cleanup.
...
Thanks to swalker.
SVN-Revision: 16437
16 years ago
Lars-Peter Clausen
246a5b334d
More libtool madness: Every package which was using c++ and libtool fixup was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool
...
Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.
SVN-Revision: 16317
16 years ago
Lars-Peter Clausen
3d3d75a248
libtool: revert r16212. It broke building packages using c++.
...
SVN-Revision: 16305
16 years ago
Lars-Peter Clausen
d36a6dbc41
libtool: Unset CXX. It is not needed to build libtool, but if set configure preferes CXX over CC to build the global_symbol_pipe test program. So if there is no c++ compiler or the c++ installation is broken we end up with a broken libtool script. Fixes #5022
...
SVN-Revision: 16212
16 years ago
Felix Fietkau
bb0448739c
build host libtool along with target libtool
...
SVN-Revision: 15338
16 years ago
Mirko Vogt
79a358ba02
prepare libtool for being build nativly (and therefore being able to build libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies
...
SVN-Revision: 15298
16 years ago
Nicolas Thill
a8b7482536
add a workaround preventing libtool from hardcoding library path in shared libs
...
SVN-Revision: 15246
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Felix Fietkau
6aa8c5de64
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
...
SVN-Revision: 12434
16 years ago
Felix Fietkau
d0cba24775
move libltdl to the right directory in staging_dir
...
SVN-Revision: 9959
17 years ago
Felix Fietkau
ed426409cc
fix libtool md5sum
...
SVN-Revision: 9952
17 years ago
Felix Fietkau
f99b9e7b2b
fix libtoolize/autoconf/automake
...
SVN-Revision: 9944
17 years ago
Felix Fietkau
01dd5fc03a
upgrade libtool, add fixes for libdir searching, fix up paths to .la files
...
SVN-Revision: 9941
17 years ago
Felix Fietkau
4a298f0c8d
move libtool out of tools/, seems like we need a per-target libtool
...
SVN-Revision: 9937
17 years ago