From 317011719c31ffe34c3810c2d72c59adf9dafc28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 Sep 2010 15:46:39 -0700 Subject: native.bbclass,package.bbclass,bitbake.conf: Make provisions for system libdir to be something else than '/lib' * Add base_libdir_native as target libdir could be different e.g. lib32 lib64 * Dont assume lib to be system libdir during packaging. Signed-off-by: Khem Raj Acked-by: Chris Larson --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index b0994995cb..4e80d978fb 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -72,6 +72,7 @@ export oldincludedir = "${exec_prefix}/include" base_bindir_native = "/bin" base_sbindir_native = "/sbin" sysconfdir_native = "/etc" +base_libdir_native = "/lib" prefix_native = "/usr" bindir_native = "${prefix_native}/bin" sbindir_native = "${prefix_native}/sbin" -- cgit 1.2.3-korg