[oe-commits] Khem Raj : systemd: Fix build with multilib

git at git.openembedded.org git at git.openembedded.org
Tue Sep 10 14:50:35 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6126c6e4b9c40c222519914c8fe0a51f9eee8d41
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6126c6e4b9c40c222519914c8fe0a51f9eee8d41

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep  6 04:36:09 2013 +0000

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 <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_206.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index f31787d..3f3a6c3 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/ \



More information about the Openembedded-commits mailing list