Explorar o código

Merge pull request #761 from runcom/fix-yum-installs

util/install_dependecies.sh: fix yum packages
Jack Humbert %!s(int64=8) %!d(string=hai) anos
pai
achega
5f9c2f63ff
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      util/install_dependencies.sh

+ 2 - 3
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,