aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-08-10 14:52:52 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-08-10 14:52:52 +0900
commit1373af5fb64ca08473be784ba6cf3068c33f0416 (patch)
tree3bfd125b43af0cb4492341d2888349ae9c4d88d6
parentd7684c0ab78235658cbf8891bd3bdb9ab111d561 (diff)
Correct SRC_URI
There were some mistakes to specify source url. SRC_URI is overwritten, but collectly SRC_URI_prepend is correct. The mistakes caused to avoid patching. Change-Id: I8ca91d5e25a9ede66c1e12826c8b017f27878d5c Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r--meta-application-manager/recipes-others/tizen-platform-config/tizen-platform-config_%.bbappend5
1 files changed, 4 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 e16c554..460710f 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,3 +1,6 @@
SRC_URI_remove = "git://review.tizen.org/platform/core/appfw/tizen-platform-config;tag=c2b552bd395f4d28f0e369cc1ead4ff18d89a126;nobranch=1"
-SRC_URI_prepend = "git://review.tizen.org/platform/core/system/tizen-platform-config;tag=983a697aa098c23a48c34691fa8a7ca9f117817e;nobranch=1"
+SRC_URI_prepend = " \
+ git://review.tizen.org/platform/core/system/tizen-platform-config;tag=983a697aa098c23a48c34691fa8a7ca9f117817e;nobranch=1"
+ file://0001-modified-global-tizen-to-agl.patch \
+ "