summaryrefslogtreecommitdiffstats
path: root/package/erlang-rebar
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-rebar: bump to version 2.6.4Frank Hunleth2016-09-082-2/+2
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/erlang-rebar: add .hash fileRomain Naour2016-06-181-0/+2
| | | | | | | | | Similar to jquery-keyboard, it seems the erlang-rebar tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge branch 'next'Peter Korsgaard2016-03-021-1/+1
|\ | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * erlang-rebar: bump to version 2.6.1Frank Hunleth2016-02-201-1/+1
| | | | | | | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | erlang-rebar: fix license variablesThomas Petazzoni2016-02-201-2/+2
|/ | | | | | | | | | The erlang-rebar package uses ERLANG_ as the prefix for its license variables, therefore overriding the license information from the erlang package. This commit fixes this by using the appropriate ERLANG_REBAR_ suffix. Reported-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/erlang-rebar: new host packageYann E. MORIN2014-12-221-0/+31
rebar is used to compile Erlang packages. We need host variant so as to be able to provide it to Erlang packages that do not bundle their own version, or bundle a broken version. Since this is a host-only package, used only internally, we do not provide a Kconfig option for it. Packages that need it will depend on it. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> [yann.morin.1998@free.fr: extract host-rebar to its own patch] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud