diff --git a/patch/all/gaia/0002-Ignore-missing-bower-error.patch b/patch/all/gaia/0002-Ignore-missing-bower-error.patch
deleted file mode 100644
index 4c8aca50a04744e6636803109274684b6aa8ba4c..0000000000000000000000000000000000000000
--- a/patch/all/gaia/0002-Ignore-missing-bower-error.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-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
-