mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
pkgconfig: fix out-of-tree builds
(From OE-Core rev: 5c258d9ad5fd94b193a8054b112bbdcfcee57358) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
38cac827eb
commit
4fd512fce2
@@ -27,7 +27,8 @@ EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts"
|
||||
|
||||
acpaths = "-I ."
|
||||
do_configure_prepend () {
|
||||
install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.10/
|
||||
mkdir --parents ${B}/glib-1.2.10
|
||||
install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h ${B}/glib-1.2.10/
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user