aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc')
-rw-r--r--meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc b/meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc
new file mode 100644
index 0000000..d5fd0cd
--- /dev/null
+++ b/meta-application-manager/recipes-application-framework/app-checker/app-checker-extraconf.inc
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/app-checker:"
+
+SRC_URI += "file://0001-yocto-Correct-libdl-linking-issue.patch"
+SRC_URI_append_class-native = " file://remove-dlog-for-native-build.patch"
+
+DEPENDS_remove_class-native = "dlog-native"
+
+export LDFLAGS_append_class-native = " -ldl"
+
+DEPENDS += "binutils-native" \ No newline at end of file