Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libffi: Copy headers to more common include path.
@ 2013-12-12 17:47 Fahad Arslan
  2013-12-12 17:57 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Fahad Arslan @ 2013-12-12 17:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Fahad Arslan <fahad_arslan@mentor.com>
---
 meta/recipes-gnome/libffi/libffi_3.0.13.bb |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-gnome/libffi/libffi_3.0.13.bb b/meta/recipes-gnome/libffi/libffi_3.0.13.bb
index db0841e..07dd7d1 100644
--- a/meta/recipes-gnome/libffi/libffi_3.0.13.bb
+++ b/meta/recipes-gnome/libffi/libffi_3.0.13.bb
@@ -22,3 +22,8 @@ inherit autotools
 FILES_${PN}-dev += "${libdir}/libffi-${PV}"
 
 BBCLASSEXTEND = "native nativesdk"
+
+do_install_append() {
+    install -d ${D}${includedir}
+    cp -r ${D}${libdir}/libffi-${PV}/include/* ${D}${includedir}/ || true
+}
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-13 12:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 17:47 [PATCH] libffi: Copy headers to more common include path Fahad Arslan
2013-12-12 17:57 ` Richard Purdie
2013-12-12 18:04   ` Mark Hatle
2013-12-13 11:49   ` Arslan, Fahad
2013-12-13 12:09     ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox