Skip to content
Snippets Groups Projects
Commit b8e172bb authored by Carol Yang's avatar Carol Yang
Browse files

Remove upstreamed patch

Change-Id: Id4ce0a24a9eaed41b2c836114b610cc142416342
parent 1f535dac
No related branches found
Tags LF.BR.1.2.3-15400-8x09.0
No related merge requests found
From 8a56a535d691447bf242efd92b604aaad1a67266 Mon Sep 17 00:00:00 2001
From: Carol Yang <cyang@codeaurora.org>
Date: Wed, 30 Mar 2016 13:40:09 -0700
Subject: [PATCH 2/2] Ignore missing bower error
Change-Id: Ie13c93aff33eafc8be1236372a0d357b349fe087
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 8318db5..307b1be 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ NOFTU?=0
# Disable first time ping
NOFTUPING?=0
# Disable repo sync and bower install
-NO_NETWORK?=0
+NO_NETWORK?=1
# Disable fake keypad
FAKE_KEYPAD?=0
# Automatically enable remote debugger
@@ -898,7 +898,7 @@ common-install:
.PHONY: pre-install
pre-install: babel-install
- @test -x "$(BOWER)" || (echo "Please install Bower (web package manager) -- http://bower.io/" && exit 1 )
+ @test -x "$(BOWER)" || (echo "Please install Bower (web package manager) -- http://bower.io/" )
.PHONY: babel-install
babel-install:
--
1.8.2.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment