diff options
author | Antonio Murdaca <runcom@redhat.com> | 2016-09-18 12:42:58 +0200 |
---|---|---|
committer | Antonio Murdaca <runcom@redhat.com> | 2016-09-18 12:42:58 +0200 |
commit | edc7441800af085cada407c0593e8f83fc67ec56 (patch) | |
tree | 5c966c1713b90d9831b842152790175d6f8c32e7 /util | |
parent | a258358b6c2df0d1347a6506831076ef6a9784b3 (diff) |
util/install_dependecies.sh: fix yum packages
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/install_dependencies.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh index 49ac86e072..936a865938 100755 --- a/util/install_dependencies.sh +++ b/util/install_dependencies.sh @@ -68,9 +68,8 @@ elif [[ -n "$(type -P yum)" ]]; then avr-libc \ dfu-programmer \ dfu-util \ - gcc-arm-none-eabi \ - binutils-arm-none-eabi \ - libnewlib-arm-none-eabi \ + arm-none-eabi-gcc-cs \ + arm-none-eabi-newlib \ git \ diffutils # The listed eabi pacackes do unfortunately not exist for CentOS, |