From patchwork Sun Jan 15 18:13:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libtool: Put all libltdl headers in the correct libltdl-dev package Date: Sun, 15 Jan 2012 18:13:59 -0000 From: Colin Walters X-Patchwork-Id: 19399 Message-Id: <1326651241.9066.0.camel@lenny> To: openembedded-core@lists.openembedded.org See attached. >From e525d755da98d9f6accab007ed46fee52f4b6e44 Mon Sep 17 00:00:00 2001 From: Colin Walters 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