rpm macros should be independent of libdir Fixes errors seen when multilib is turned on it shows up since then libdir != usr/lib
Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-core/systemd/systemd_206.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb index 75bdc61..120ab08 100644 --- a/meta/recipes-core/systemd/systemd_206.bb +++ b/meta/recipes-core/systemd/systemd_206.bb @@ -139,7 +139,7 @@ FILES_${PN}-kernel-install = "${bindir}/kernel-install \ ${sysconfdir}/kernel/ \ ${exec_prefix}/lib/kernel \ " -FILES_${PN}-rpm-macros = "${libdir}/rpm \ +FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ " RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" -- 1.8.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
