Gustavo Zacarias
|
019a581f89
|
packages: switch to host-pkgconf
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2012-10-29 22:02:55 +01:00 |
|
Arnout Vandecappelle (Essensium/Mind)
|
e1502ebc0c
|
all packages: rename XXXTARGETS to xxx-package
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
2012-07-17 20:23:05 +02:00 |
|
Peter Korsgaard
|
468bbc1538
|
msmtp: fix static linking with openssl
Openssl depends on zlib, so we need to explicitly link with
zlib as well when statically linking.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2012-07-01 23:59:44 +02:00 |
|
Thomas Petazzoni
|
72713672cc
|
msmtp: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2012-04-29 20:27:38 +02:00 |
|