diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-01 21:49:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-02 08:50:02 -0700 |
commit | 5482c60353ea2e4bfac55f8b2266f43b56fbbe48 (patch) | |
tree | e1cff8e0baa3e78f7c69f21bc58d519c9a57cf70 /meta-python/recipes-devtools/python/python-flask-user.inc | |
parent | 759342c9cc62050ca109b649607966e19e55ff28 (diff) | |
download | meta-openembedded-5482c60353ea2e4bfac55f8b2266f43b56fbbe48.tar.gz |
toybox: Add packageconfigs for iconv and getconf
iconv and getconf are also provided by glibc-utils which is built along
with glibc and update-alternatives don't work with special packages like
glibc since it causes cyclic dependencies e.g
glibc->opkg-utils->glibc
therefore creating u-a for iconv and getconf gets into trouble when
glibc-utils is added to image along with toybox, usually with ptest
enabled images by default.
Therefore we turn these two applets into packageconfigs and delete them
by default from u-a, if one want toybox to provide them then clear
no-iconv and no-getconf from PACKAGECONFIG via a bbappend e.g.
PACKAGECONFIG_remove = "no-getconf no-iconv"
Remove bashism by enquiring for VIRTUAL-RUNTIME_init_manager from
bitbake datastore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-user.inc')
0 files changed, 0 insertions, 0 deletions