[OE-core] [PATCH 0/2] replace USE_LDCONFIG with ldconfig distro feature

Andre McCurdy armccurdy at gmail.com
Thu Mar 2 19:25:07 UTC 2017


On Tue, Feb 28, 2017 at 11:17 AM, Andre McCurdy <armccurdy at gmail.com> wrote:
> On Thu, Feb 2, 2017 at 5:44 PM, Khem Raj <raj.khem at gmail.com> wrote:
>> On Fri, Jan 27, 2017 at 2:29 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>>> Andre McCurdy (2):
>>>   bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature
>>>   systemd: check "ldconfig" distro feature when setting PACKAGECONFIG
>>>
>>>  meta/classes/package.bbclass              | 5 +----
>>>  meta/conf/bitbake.conf                    | 2 +-
>>>  meta/recipes-core/glibc/glibc-package.inc | 9 +++------
>>>  meta/recipes-core/systemd/systemd_232.bb  | 2 +-
>>>  4 files changed, 6 insertions(+), 12 deletions(-)
>>
>> This changeset looks good.
>>
>> Acked-by: Khem Raj <raj.khem at gmail.com>
>
> Ping.

Ross, thanks for rebasing.

However, as part of this:

PACKAGECONFIG ??= "xz \
ldconfig \
- ${@bb.utils.filter('DISTRO_FEATURES', 'efi pam selinux', d)} \
+ ${@bb.utils.filter('DISTRO_FEATURES', 'efi pam selinux ldconfig', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'rfkill', '', d)} \
binfmt \

the existing hardcoded "ldconfig" in PACKAGECONFIG should also be removed.

>>>
>>> --
>>> 1.9.1
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core at lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list