* [PATCH] libtool: Fix regression from previous commit
@ 2015-07-09 16:52 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-07-09 16:52 UTC (permalink / raw)
To: openembedded-core
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]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
index b5343b0..3182986 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
@@ -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/dash"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-09 16:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 16:52 [PATCH] libtool: Fix regression from previous commit Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.