diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2022-03-01 23:12:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:43:24 +0000 |
commit | bd9f71fedc5e9cc15bd85da396a6fe0e50652d01 (patch) | |
tree | 301ab7f92aef478aea25b7176c248d2545af5ca5 /scripts/lib/checklayer/case.py | |
parent | be688d2a9b2467378139b423771c4fe3cfb4a176 (diff) | |
download | poky-bd9f71fedc5e9cc15bd85da396a6fe0e50652d01.tar.gz |
cups: Add --with-dbusdir to EXTRA_OECONF for deterministic build
The configure checks /etc/dbus-1 and set DBUSDIR is null:
if test -d /etc/dbus-1 -a "x$DBUSDIR" = x; then
DBUSDIR="/etc/dbus-1"
fi
So that the build resutl would be different w/o /etc/dbus-1:
/etc/dbus-1/system.d/cups.conf (Only exists when DBUSDIR is set)
Add --with-dbusdir to EXTRA_OECONF to fix the issue
(From OE-Core rev: 0e4b2464138601c4c20882c001ef11eef5100395)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/checklayer/case.py')
0 files changed, 0 insertions, 0 deletions