]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cups: Add --with-dbusdir to EXTRA_OECONF for deterministic build rbt/deterministic
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 22 Feb 2022 07:52:15 +0000 (23:52 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 2 Mar 2022 09:43:35 +0000 (01:43 -0800)
commit28eb7f05e2dff6c8a9c94443f9d1592849318e2b
treeafb95346ba3f193d5711da3867b7316d105727ff
parent38d7bd60d7b1d0cfc33c3ff4aa8e4c1001749ba6
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

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/cups/cups.inc