diff options
author | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-07-28 17:47:14 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-07-29 14:06:50 +0900 |
commit | 89f83f2fdebcf78b633173a28a2c8eb9f870eeed (patch) | |
tree | 4b7b6ffae1dc6309371f07754a273e72dbce8b2e | |
parent | 69f8eab2dc335acc05d8577d14fe9341cbdbbea0 (diff) |
Change SRC_URI of tizen-platform-*
Tizen changed the source code repository.
This commit changes the repository url. Revision is same.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-application-manager/recipes-others/tizen-platform-config/tizen-platform-config_%.bbappend b/meta-application-manager/recipes-others/tizen-platform-config/tizen-platform-config_%.bbappend index d61675e..367fc6d 100644 --- a/meta-application-manager/recipes-others/tizen-platform-config/tizen-platform-config_%.bbappend +++ b/meta-application-manager/recipes-others/tizen-platform-config/tizen-platform-config_%.bbappend @@ -1 +1,5 @@ -SRC_URI += "file://0001-modified-global-tizen-to-agl.patch" +SRC_URI = " \ + git://review.tizen.org/platform/core/system/tizen-platform-config;tag=c2b552bd395f4d28f0e369cc1ead4ff18d89a126;nobranch=1 \ + file://0001-modified-global-tizen-to-agl.patch \ + " + diff --git a/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper_%.bbappend b/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper_%.bbappend new file mode 100644 index 0000000..6974539 --- /dev/null +++ b/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper_%.bbappend @@ -0,0 +1,4 @@ +SRC_URI = " \ + git://review.tizen.org/platform/core/system/tizen-platform-wrapper;tag=8b5967cd28a02dd169920f84722d5946d76b1690;nobranch=1 \ + file://0002-change-inline-func.patch \ + " |