aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-07-22 10:32:11 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-07-22 11:01:55 +0900
commit6fc9f9f085ab68f89ba6b22465fbdfc5411d41ba (patch)
tree40ee5391beebd06518c674c9ef1858c65026ceb4 /meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc
parent9cf56692db97b90e0fcb795f761430438bd0ad29 (diff)
First version of ported tizen application manager
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Diffstat (limited to 'meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc')
-rw-r--r--meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc b/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc
new file mode 100644
index 0000000..290e582
--- /dev/null
+++ b/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc
@@ -0,0 +1,10 @@
+SRC_URI += "file://0001-Add-env-value-SYSROOT-for-root-fs-prefix.patch \
+ file://0002_compiler_changes.patch \
+ "
+
+do_configure_append_class-native() {
+ sed -i "s@\"/etc/tizen-platform.conf\"@\"${sysconfdir}/tizen-platform.conf\"@g" ${S}/src/init.c
+ sed -i "s@\"/etc/tizen-platform.conf\"@\"${sysconfdir}/tizen-platform.conf\"@g" ${S}/src/toolbox.c
+}
+
+