![Marton Kiss](/assets/img/avatar_default.png)
Add recent commons as a separate project, upgrade to version 3.39 and provide separate patches in commons.make file. This changeset also introduce profile inheritance, so groups profile inherit the entire commons stack. The installation profile is refactored and duplicates were removed. Change-Id: Idc4e4ab24680fa6e1b045350c1dc1c66cad9e5e7
9 lines
396 B
Makefile
9 lines
396 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; Download the Commons install profile and recursively build all its dependencies.
|
|
projects[commons][type] = "profile"
|
|
projects[commons][version] = "3.39"
|
|
projects[commons][patch][] = "patches/0005-commons-libraries-search-paths-alter.patch"
|
|
projects[commons][patch][] = "patches/0004-accomodate-flag-v3.patch"
|
|
projects[commons][patch][] = "patches/0009-commons-flag-v3.patch" |