]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 27 Jan 2017 22:29:10 +0000 (14:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:33 +0000 (10:42 +0000)
commita905df2dd8f43a2febffa64a39b6e508510326a0
treebd98384d1df95b2a5039abde94ea460554392f52
parente14596ac33329bc61fe38a6582fa91f76ff5b147
bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature

USE_LDCONFIG could previously be set to 0 by distros which do not
require ldconfig or ld.so.conf on the target. Since more and more
recipes may need to respect that option, replace the ad-hoc variable
with a distro feature.

Distros which previously set:

  USE_LDCONFIG = "0"

Should now instead use:

  DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " ldconfig"

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package.bbclass
meta/conf/bitbake.conf
meta/recipes-core/glibc/glibc-package.inc