From: Khem Raj Date: Fri, 6 Sep 2013 04:36:09 +0000 (+0000) Subject: systemd: Fix build with multilib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36072 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6126c6e4b9c40c222519914c8fe0a51f9eee8d41;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 f31787d0f31..3f3a6c37d1d 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/ \