summaryrefslogtreecommitdiffstats
path: root/util/install_dependencies.sh
diff options
context:
space:
mode:
authorAntonio Murdaca <runcom@redhat.com>2016-09-18 12:42:58 +0200
committerAntonio Murdaca <runcom@redhat.com>2016-09-18 12:42:58 +0200
commitedc7441800af085cada407c0593e8f83fc67ec56 (patch)
tree5c966c1713b90d9831b842152790175d6f8c32e7 /util/install_dependencies.sh
parenta258358b6c2df0d1347a6506831076ef6a9784b3 (diff)
downloadqmk_firmware-edc7441800af085cada407c0593e8f83fc67ec56.tar.gz
qmk_firmware-edc7441800af085cada407c0593e8f83fc67ec56.tar.xz
util/install_dependecies.sh: fix yum packages
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Diffstat (limited to 'util/install_dependencies.sh')
-rwxr-xr-xutil/install_dependencies.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh
index 49ac86e07..936a86593 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,