blob: 94c2fe45ec27a1e1d978b7d4ae275947946d1d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SRC_URI_append_class-native = " file://remove-dlog-for-native-build.patch"
do_install_append() {
rm -fr "${D}${prefix}/bin/pkgcmd.real"
rm -fr "${D}${prefix}/bin/pkgcmd.wrapper"
}
RDEPENDS_${PN}_remove_class-native = "systemd-native"
DEPENDS_remove_class-native = "dlog-native"
EXTRA_OECMAKE+="-DCMAKE_AR:PATH=ar"
|