From 6126c6e4b9c40c222519914c8fe0a51f9eee8d41 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Sep 2013 04:36:09 +0000 Subject: 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 --- meta/recipes-core/systemd/systemd_206.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core') 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/ \ -- cgit 1.2.3-korg