Quellcode durchsuchen

remove pip install of ninja and cmake

pull/64/head
luigifcruz vor 2 Jahren
Ursprung
Commit
767b1a927a
3 geänderte Dateien mit 5 neuen und 10 gelöschten Zeilen
  1. +1
    -0
      stage4/04-pisdr-system/00-packages
  2. +4
    -2
      stage4/04-pisdr-system/03-run.sh
  3. +0
    -8
      stage4/04-pisdr-system/04-run.sh

+ 1
- 0
stage4/04-pisdr-system/00-packages Datei anzeigen

@@ -1,6 +1,7 @@
vim
tmux
cmake
ninja-build
build-essential
git
pkg-config


+ 4
- 2
stage4/04-pisdr-system/03-run.sh Datei anzeigen

@@ -1,6 +1,8 @@
#!/bin/bash -e

install -m 755 patch/export.txt "${ROOTFS_DIR}/etc/"

on_chroot << EOF
python3 -m pip install cmake
python3 -m pip install ninja
cat /etc/export.txt >> /home/${FIRST_USER_NAME}/.bashrc
source /home/${FIRST_USER_NAME}/.bashrc
EOF

+ 0
- 8
stage4/04-pisdr-system/04-run.sh Datei anzeigen

@@ -1,8 +0,0 @@
#!/bin/bash -e

install -m 755 patch/export.txt "${ROOTFS_DIR}/etc/"

on_chroot << EOF
cat /etc/export.txt >> /home/${FIRST_USER_NAME}/.bashrc
source /home/${FIRST_USER_NAME}/.bashrc
EOF

Laden…
Abbrechen
Speichern