Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
b8e172bb
Commit
b8e172bb
authored
8 years ago
by
Carol Yang
Browse files
Options
Downloads
Patches
Plain Diff
Remove upstreamed patch
Change-Id: Id4ce0a24a9eaed41b2c836114b610cc142416342
parent
1f535dac
No related branches found
Branches containing commit
Tags
LF.BR.1.2.3-15400-8x09.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/all/gaia/0002-Ignore-missing-bower-error.patch
+0
-35
0 additions, 35 deletions
patch/all/gaia/0002-Ignore-missing-bower-error.patch
with
0 additions
and
35 deletions
patch/all/gaia/0002-Ignore-missing-bower-error.patch
deleted
100644 → 0
+
0
−
35
View file @
1f535dac
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment