Lines Matching full:native
1 # We want native packages to be relocatable
4 # Native packages are built indirectly via dependency,
12 OECMAKE_RPATH:class-native = "${libdir}"
43 # native pkg doesn't need the TOOLCHAIN_OPTIONS.
49 # Don't use site files for native builds
50 export CONFIG_SITE = "${COREBASE}/meta/site/native"
103 # we dont want libc-*libc to kick in for native recipes
105 CLASSOVERRIDE = "class-native"
109 PATH:prepend = "${COREBASE}/scripts/native-intercept:"
120 if not pn.endswith("-native"):
125 # from modifying native distro features
131 if "native" not in classextend:
148 newdeps.append(dep.replace("-cross", "-native"))
149 elif not dep.endswith("-native"):
151 # dependencies on, e.g., ${PN}-foo become ${BPN}-foo-native
152 # rather than ${BPN}-native-foo-native.
153 newdeps.append(dep.replace(pn, bpn) + "-native")
172 elif not prov.endswith("-native"):
173 nprovides.append(prov + "-native")
200 # Native task outputs are directly run on the target (host) system after being