From 89f83f2fdebcf78b633173a28a2c8eb9f870eeed Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 28 Jul 2016 17:47:14 +0900 Subject: 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 --- .../tizen-platform-config/tizen-platform-config_%.bbappend | 6 +++++- .../tizen-platform-wrapper/tizen-platform-wrapper_%.bbappend | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper_%.bbappend (limited to 'meta-application-manager') 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 \ + " -- cgit 1.2.3-korg