mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
libtool: Fix regression from previous commit
Commit http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=f44aa10ec122df309d9810d4d25fbb8f799107d2 inadvertently moved the m4 macros to the -dev package. These need to be in the main package since libtoolize is useless without them. Move them back (as the commented code implies was always needed) [YOCTO #7889] (From OE-Core rev: 5a1f80e15d7fb60fd7c2b82aa769adef95d877a9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -39,7 +39,7 @@ DEPENDS = "libtool-native"
|
||||
PACKAGES =+ "libltdl"
|
||||
FILES_${PN} += "${datadir}/aclocal"
|
||||
|
||||
#FILES_${PN}-dev := "${@oe_filter_out('${datadir}/aclocal', '${FILES_libtool-dev}', d)}"
|
||||
FILES_${PN}-dev_remove = "${datadir}/aclocal"
|
||||
FILES_libltdl = "${libdir}/libltdl${SOLIBS}"
|
||||
|
||||
export CONFIG_SHELL="/bin/bash"
|
||||
|
||||
Reference in New Issue
Block a user