diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-14 14:51:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 15:05:29 +0000 |
commit | 4fd512fce2542268d8cf9089df0ff906ed450337 (patch) | |
tree | c9d92f417b06f9525360af90abbb9c9e5e3de750 /meta/recipes-devtools/pkgconfig | |
parent | 38cac827eb77260c9514f7efc2497551e6a4d31c (diff) | |
download | poky-4fd512fce2542268d8cf9089df0ff906ed450337.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 27d407170c..c54e325ec7 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc | |||
@@ -27,7 +27,8 @@ EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts" | |||
27 | 27 | ||
28 | acpaths = "-I ." | 28 | acpaths = "-I ." |
29 | do_configure_prepend () { | 29 | do_configure_prepend () { |
30 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.10/ | 30 | mkdir --parents ${B}/glib-1.2.10 |
31 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h ${B}/glib-1.2.10/ | ||
31 | } | 32 | } |
32 | 33 | ||
33 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |