From: Khem Raj Date: Fri, 6 Sep 2013 04:36:09 +0000 (+0000) Subject: systemd: Fix build with multilib X-Git-Tag: 2015-4~5235 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6126c6e4b9c40c222519914c8fe0a51f9eee8d41;p=openembedded-core.git systemd: Fix build with multilib 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb index f31787d0f3..3f3a6c37d1 100644 --- a/meta/recipes-core/systemd/systemd_206.bb +++ b/meta/recipes-core/systemd/systemd_206.bb @@ -143,7 +143,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 \ " FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \