Skip to content

Commit

Permalink
updated nerves_system_br to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed May 21, 2016
1 parent eb81540 commit 1247dfa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.5.1
* Nerves.System.BR v0.5.1
* Bug Fixes(nerves-env)
* Added include paths to CFLAGS and CXXFLAGS
* Pass sysroot to LDFLAGS

## v0.5.0
* Nerves.System.BR v0.5.0
* New features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule NervesSystemRpi3.Mixfile do
defp deps do
[{:nerves_system, "~> 0.1.2"},
#{:nerves_system_br, github: "nerves-project/nerves_system_br"},
{:nerves_system_br, "~> 0.5.0"},
{:nerves_system_br, "~> 0.5.1"},
{:nerves_toolchain_arm_unknown_linux_gnueabihf, "~> 0.6.0"}]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []},
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []},
"nerves_system": {:hex, :nerves_system, "0.1.2", "fe149b74300295de213e740daea7e46df57d262d3acffcd753bb0a7b9628918c", [:mix], [{:porcelain, "~> 2.0", [hex: :porcelain, optional: false]}, {:httpoison, "~> 0.8.3", [hex: :httpoison, optional: false]}]},
"nerves_system_br": {:hex, :nerves_system_br, "0.5.0", "503529d749d87cdee12b94cbd4f4c75838d2fe5a88963865196e930baf46e4ec", [:mix], []},
"nerves_system_br": {:hex, :nerves_system_br, "0.5.1", "df409fdf1e1c7c9e1d0d94c5ccb6b79b37601198a3d483b26186c30b516e3e49", [:mix], []},
"nerves_toolchain": {:hex, :nerves_toolchain, "0.6.2", "132c9c72d0ca3ed3e34a59597dda561ff8f42b447fa18d1d99227a0d90e0a5db", [:mix], [{:httpoison, "~> 0.8", [hex: :httpoison, optional: false]}]},
"nerves_toolchain_arm_unknown_linux_gnueabihf": {:hex, :nerves_toolchain_arm_unknown_linux_gnueabihf, "0.6.1", "d2094bdaff79b13a259290363174e4a90079848a951a7b8cbfee2bd2c653fce5", [:mix], [{:nerves_toolchain, "~> 0.6.2", [hex: :nerves_toolchain, optional: false]}]},
"porcelain": {:hex, :porcelain, "2.0.1", "9c3db2b47d8cf6879c0d9ac79db8657333974a88faff09e856569e00c1b5e119", [:mix], []},
Expand Down

0 comments on commit 1247dfa

Please sign in to comment.