소스 검색

util/install_dependecies.sh: fix yum packages

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca 8 년 전
부모
커밋
edc7441800
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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 \
     avr-libc \
     dfu-programmer \
     dfu-programmer \
     dfu-util \
     dfu-util \
-    gcc-arm-none-eabi \
-    binutils-arm-none-eabi \
-    libnewlib-arm-none-eabi \
+    arm-none-eabi-gcc-cs \
+    arm-none-eabi-newlib \
     git \
     git \
     diffutils
     diffutils
   # The listed eabi pacackes do unfortunately not exist for CentOS,
   # The listed eabi pacackes do unfortunately not exist for CentOS,