Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

update B2G/Gaia to 2013-03-26 #395

Merged
merged 2 commits into from
Mar 26, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,25 +53,25 @@ B2G_URL_BASE = https://ftp.mozilla.org/pub/mozilla.org/labs/r2d2b2g/
# Platform-specific Defines
ifeq (win32, $(B2G_PLATFORM))
# The URL of the specific B2G build.
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-04.en-US.win32.zip
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-26.en-US.win32.zip

ADB_PACKAGE = adb-1.0.31-windows.zip
ADB_BINARIES = adb.exe AdbWinApi.dll AdbWinUsbApi.dll
BIN_SUFFIX = .exe
else
ifeq (mac64, $(B2G_PLATFORM))
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-04.en-US.mac64.dmg
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-26.en-US.mac64.dmg

ADB_PACKAGE = adb-1.0.31-mac.zip
ADB_BINARIES = adb

DOWNLOAD_CMD = /usr/bin/curl -O
else
ifeq (linux64, $(B2G_PLATFORM))
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-04.en-US.linux-x86_64.tar.bz2
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-26.en-US.linux-x86_64.tar.bz2
else
ifeq (linux, $(B2G_PLATFORM))
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-04.en-US.linux-i686.tar.bz2
B2G_URL ?= $(B2G_URL_BASE)b2g-18.0.2013-03-26.en-US.linux-i686.tar.bz2
endif
endif

Expand Down
2 changes: 1 addition & 1 deletion gaia
Submodule gaia updated from d90ee5 to ace1eb