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
5d32617c
Commit
5d32617c
authored
12 years ago
by
Indrajeet Kumar
Browse files
Options
Downloads
Patches
Plain Diff
Rebase Gaia_Compile_Other_Default_Apps.patch
Change-Id: Iadb6bd270fe1f1387031cfa101ec55476eda3bf2
parent
e4b55c46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/all/gaia/Gaia_Compile_Other_Default_Apps.patch
+5
-9
5 additions, 9 deletions
patch/all/gaia/Gaia_Compile_Other_Default_Apps.patch
with
5 additions
and
9 deletions
patch/all/gaia/Gaia_Compile_Other_Default_Apps.patch
+
5
−
9
View file @
5d32617c
diff --git a/Makefile b/Makefile
index
c29c625..4a0038a
100644
index
581e6b1..065a022
100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
...
...
@@ -32,7 +32,7 @@ index c29c625..4a0038a 100644
endif
@@ -3
0
1,6 +3
0
1,7 @@
permissions: install-xulrunner-sdk
@@ -31
6
,6 +31
6
,7 @@
permissions: install-xulrunner-sdk
# Generate profile/extensions
EXT_DIR=profile/extensions
...
...
@@ -40,16 +40,15 @@ index c29c625..4a0038a 100644
extensions:
@echo "Generating extensions..."
@mkdir -p profile
@@ -3
08,10
+3
09
,1
1
@@
extensions:
@@ -3
23,9
+3
24
,1
0
@@
extensions:
ifeq ($(DEBUG),1)
cp -r tools/extensions $(EXT_DIR)
# httpd
+ mkdir -p $(HTTPD_ROOT)
+ @$(foreach APP,$(GAIA_APP_RELATIVEPATH),ln -s $(APP) $(HTTPD_ROOT) &&) true
@$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DIR@|$(CURDIR)|g' $(EXT_DIR)/httpd@gaiamobile.org
@$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DOMAIN@|$(GAIA_DOMAIN)|g' $(EXT_DIR)/httpd/content/httpd.js
- @$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_APP_RELATIVEPATH@|$(GAIA_APP_RELATIVEPATH)|g' $(EXT_DIR)/httpd/content/httpd.js
- @$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DIR@|$(CURDIR)|g' $(EXT_DIR)/httpd/bootstrap.js
- @$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DIR@|$(
subst \\,\\\\,$(
CURDIR)
)
|g' $(EXT_DIR)/httpd/bootstrap.js
+ @$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DIR@|$(HTTPD_ROOT)|g' $(EXT_DIR)/httpd/bootstrap.js
@$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_DOMAIN@|$(GAIA_DOMAIN)|g' $(EXT_DIR)/httpd/bootstrap.js
@$(SED_INPLACE_NO_SUFFIX) -e 's|@GAIA_PORT@|$(subst :,,$(GAIA_PORT))|g' $(EXT_DIR)/httpd/bootstrap.js
...
...
@@ -113,7 +112,7 @@ index f1d249a..305febe 100644
file.append(name);
diff --git a/build/preferences.js b/build/preferences.js
index
6e75638..0eedbdc
100644
index
349f0b3..f190257
100644
--- a/build/preferences.js
+++ b/build/preferences.js
@@ -4,8 +4,7 @@
const { 'classes': Cc, 'interfaces': Ci, 'results': Cr, } = Components;
...
...
@@ -196,6 +195,3 @@ index acf1e80..743ee2b 100644
},
/**
--
1.7.8.3
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