Browse Source

remove pip install of ninja and cmake

pull/64/head
luigifcruz 2 years ago
parent
commit
767b1a927a
3 changed files with 5 additions and 10 deletions
  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 View File

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


+ 4
- 2
stage4/04-pisdr-system/03-run.sh View File

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


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

on_chroot << EOF 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 EOF

+ 0
- 8
stage4/04-pisdr-system/04-run.sh View File

@@ -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

Loading…
Cancel
Save