aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/aul/aul-extraconf.inc
blob: 6fa929f589055b2e6fbf280e825d246907ad00b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRC_URI_append_class-native = " file://remove-dlog-for-native-build.patch"


RDEPENDS_${PN}_remove_class-native = "systemd-native"
RDEPENDS_${PN}_remove_class-native = "glibc-native"

DEPENDS_remove_class-native = "dlog-native"

EXTRA_OECMAKE+="-DCMAKE_AR:PATH=ar"

SRC_URI = " \
    file://0001_remove_disuse_packages_from_CMakeLists.patch \
    file://0002_avoid_undeclare_error_of_errno_and_EEXIST.patch \
"