diff options
| author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2017-08-11 10:14:05 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-11 15:45:36 +0200 |
| commit | 309b466a1d80c5cbf254478348c06996ea914700 (patch) | |
| tree | 22eb28aba56ba25a43c8c237242530b976b4c3f3 /package/monolite | |
| parent | 583432b94b9e82ed541fef8138da09ebb5340448 (diff) | |
| download | buildroot-309b466a1d80c5cbf254478348c06996ea914700.tar.gz buildroot-309b466a1d80c5cbf254478348c06996ea914700.zip | |
package/mono: bump to version 5.0.1.1 and monolite to version 1050001000
This patch bumps to mono 5.0.1.1 and updates the unit tests patch
accordingly.
The latest version of mono carries a bit of changes in the monolite
package: the version string changes and from now on, monolite should
be installed in a subdirectory with the exact version string as a name.
Therefore, mono and monolite are bumped in a single commit.
Patch 0004, although applied in upstream master, is not yet in this
(stable) release.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
[Arnout: squashed the patches, removed /usr part from HOST_DIR]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/monolite')
| -rw-r--r-- | package/monolite/monolite.hash | 2 | ||||
| -rw-r--r-- | package/monolite/monolite.mk | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/monolite/monolite.hash b/package/monolite/monolite.hash index 09f9554c8d..7638ce2144 100644 --- a/package/monolite/monolite.hash +++ b/package/monolite/monolite.hash @@ -1,2 +1,2 @@ # sha256 locally computed -sha256 2cdf6cff1d82d76412461a4c8a3616bb2aa1e835fb55479941662dec3799c924 monolite-156-latest.tar.gz +sha256 365dc589e6d336530ef8efaa491e932c15163f449632daef6c41bed770d9fe53 monolite-1050001000-latest.tar.gz diff --git a/package/monolite/monolite.mk b/package/monolite/monolite.mk index 5317898960..a2815ef179 100644 --- a/package/monolite/monolite.mk +++ b/package/monolite/monolite.mk @@ -4,14 +4,14 @@ # ################################################################################ -MONOLITE_VERSION = 156 +MONOLITE_VERSION = 1050001000 MONOLITE_SITE = http://download.mono-project.com/monolite/ MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz MONOLITE_LICENSE = LGPL-2.0 or commercial define HOST_MONOLITE_INSTALL_CMDS - mkdir -p $(HOST_DIR)/lib/monolite - cp $(@D)/* $(HOST_DIR)/lib/monolite + mkdir -p $(HOST_DIR)/lib/monolite/$(MONOLITE_VERSION) + cp -r $(@D)/* $(HOST_DIR)/lib/monolite/$(MONOLITE_VERSION) endef $(eval $(host-generic-package)) |

