blob: d5fd0cd1fed10763d681f71d9137f49d01c73b5a (
plain)
1
2
3
4
5
6
7
8
9
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"
|