Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev package
@ 2012-01-15 18:13 Colin Walters
  2012-01-16  4:11 ` Saul Wold
  0 siblings, 1 reply; 8+ messages in thread
From: Colin Walters @ 2012-01-15 18:13 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

See attached.


[-- Attachment #2: 0001-libtool-Put-all-libltdl-headers-in-the-correct-liblt.patch --]
[-- Type: text/x-patch, Size: 1321 bytes --]

From e525d755da98d9f6accab007ed46fee52f4b6e44 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Sun, 15 Jan 2012 13:11:43 -0500
Subject: [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev
 package

/usr/include/ltdl.h was in libtldl-dev, but not the headers it depends
on.
---
 meta/recipes-devtools/libtool/libtool-2.4.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/libtool/libtool-2.4.inc b/meta/recipes-devtools/libtool/libtool-2.4.inc
index e3d17b7..d4f6011 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.inc
@@ -4,10 +4,10 @@ DEPENDS = "libtool-native"
 PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
 FILES_${PN} += "${datadir}/aclocal*"
 FILES_libltdl = "${libdir}/libltdl.so.*"
-FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
+FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/*.h"
 FILES_libltdl-dbg = "${libdir}/.debug/"
 
 SRC_URI[md5sum] = "b32b04148ecdd7344abc6fe8bd1bb021"
 SRC_URI[sha256sum] = "13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e"
 
-EXTRA_OECONF = "--with-sysroot"
\ No newline at end of file
+EXTRA_OECONF = "--with-sysroot"
-- 
1.7.6.4


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

end of thread, other threads:[~2012-01-18 21:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 18:13 [PATCH] libtool: Put all libltdl headers in the correct libltdl-dev package Colin Walters
2012-01-16  4:11 ` Saul Wold
2012-01-17 15:09   ` Colin Walters
2012-01-17 15:15     ` Koen Kooi
2012-01-17 19:37     ` Saul Wold
2012-01-18 19:58       ` Colin Walters
2012-01-18 20:32         ` Saul Wold
2012-01-18 21:07           ` Colin Walters

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