Marek Belisko
c2d525e82d
Download packages from github in tar.gz format instead git format.
...
Verified way how to get packages from github by version or sha1
(it's enough to use first 7 characters from SHA1):
1. by sha1
FOO_VERSION = 1234567
FOO_SITE = http://github.com/user/package/tarball/branch
2. by version
FOO_VERSION = v1.0
FOO_SITE = http://github.com/user/package/tarball/$(FOO_VERSION)
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Acked-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-10-08 21:21:00 +02:00
Gustavo Zacarias
065bf8a4d6
libnl: requires thread support
...
Fixes
http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-07-30 19:19:09 +02: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
68902f7437
ti-utils: unbreak build after libnl version bump
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-12-26 19:33:43 +01:00
Thomas Petazzoni
0849e8193e
package: remove useless arguments from GENTARGETS
...
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
GENTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.
[Peter: pkgdir->pkgparentdir]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-29 23:09:58 +02:00
Yegor Yefremov
efd5ca7b26
ti-utils: bump version and clean up
...
[Peter: fixup whitespace, simplify target install]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-08-09 14:12:06 +02:00
Yegor Yefremov
afce67a902
New package: ti-utils
...
Add the calibrator and other useful utilities for TI wireless solution,
based on wl12xx driver.
See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for
further details.
[Peter: add libnl Config.in dependency]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-07-25 13:50:38 +02:00