mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
023fe87943
commit
73a7876b27
@@ -37,7 +37,7 @@ 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/"
|
||||
|
||||
EXTRA_OECONF = "--with-sysroot"
|
||||
|
||||
Reference in New Issue
Block a user