From: Khem Raj Date: Fri, 26 Oct 2012 07:03:49 +0000 (-0700) Subject: bitbake.conf: Change systemd_unitdir definition X-Git-Tag: rev_ivi_2015_02_04~15045 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d58046ae01df11342dea17fd301a46835ecb4d24;p=scm%2Fbb%2Ftizen-distro.git bitbake.conf: Change systemd_unitdir definition systemd_unitdir indicates the arch independent files which are basically scripts and unit files and systemd wants then to be in /lib always even when base_libdir is /lib64, hence we have to reflect that and not use base_libdir to define it. Otherwise on architectures where base_libdir is lib64 e.g. ppc64 or multilibbed x86_64 this wont work (From OE-Core rev: 50e713d4ae35f9b5f5f2a515a95d77573610d707) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 65efbb9..9f4cb58 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -31,6 +31,7 @@ export localstatedir = "${base_prefix}/var" export infodir = "${datadir}/info" export mandir = "${datadir}/man" export docdir = "${datadir}/doc" +export systemd_unitdir = "/lib/systemd" # Architecture dependent paths export bindir = "${exec_prefix}/bin" @@ -39,7 +40,6 @@ export libdir = "${exec_prefix}/${baselib}" export libexecdir = "${libdir}/${BPN}" export includedir = "${exec_prefix}/include" export oldincludedir = "${exec_prefix}/include" -export systemd_unitdir = "${base_libdir}/systemd" localedir = "${libdir}/locale" # Linkage between native/cross/nativesdk layouts