Update according to the actual Q1 tizen common release
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-application-framework / app-checker / app-checker-extraconf.inc
1 FILESEXTRAPATHS_prepend := "${THISDIR}/app-checker:"
2
3 SRC_URI += "file://0001-yocto-Correct-libdl-linking-issue.patch"
4 SRC_URI += "file://0001-remove-hardcodedpathtopkg-configpcfile.patch"
5 SRC_URI_append_class-native = " file://remove-dlog-for-native-build.patch"
6
7 DEPENDS_remove_class-native = "dlog-native"
8
9 export LDFLAGS_append_class-native = " -ldl"
10
11 DEPENDS += "binutils-native"