blob: d2dc179ca604c39c59351e02288561a49006245f [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001From e3b6ca995caca22e65d012a54bc2aeb08eb7e9d4 Mon Sep 17 00:00:00 2001
2From: Alistair Francis <alistair.francis@wdc.com>
3Date: Tue, 15 Oct 2019 17:09:06 -0700
4Subject: [PATCH 4/7] dev_setup.sh: Ignore missing package manager
5
6Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
7Upstream-Status: Inappropriate [embedded specific]
8---
9 dev_setup.sh | 6 ------
10 1 file changed, 6 deletions(-)
11
12diff --git a/dev_setup.sh b/dev_setup.sh
13index 72f734f36bf..0c8e11b8170 100755
14--- a/dev_setup.sh
15+++ b/dev_setup.sh
16@@ -317,12 +317,6 @@ Please review the following package changes carefully."
17 echo -e "${YELLOW}Could not find package manager
18 ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject libtool libffi libjpg openssl autoconf bison swig glib2.0 portaudio19 mpg123 flac curl fann g++ jq\n$RESET"
19
20- echo 'Warning: Failed to install all dependencies. Continue? y/N'
21- read -n1 continue
22- if [[ $continue != 'y' ]] ; then
23- exit 1
24- fi
25-
26 fi
27 }
28
29--
302.23.0
31