aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/tizen-platform-wrapper/tizen-platform-wrapper-extraconf.inc
diff options
context:
space:
mode:
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
+}
+
+