Fix pkgmgr fr native build
[scm/bb/meta-tizen.git] / recipes-tizen / 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_append_class-native = " file://remove-dlog-for-native-build.patch"
5
6 DEPENDS_remove_class-native = "dlog-native"
7
8 export LDFLAGS_append_class-native = " -ldl"
9
10 DEPENDS += "binutils-native"