diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-13 18:44:44 +0100 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-02 15:16:50 +0200 |
commit | 325b2b62386ed9643f21e505ca96e7ef1a66a6f8 (patch) | |
tree | 830e9673f8593241dacb2d0f4cbe503093b43c3f /meta-python/recipes-devtools/python/python3-dbusmock/0001-Add-functionality-to-add-own-objects-to-internal-obj.patch | |
parent | f62b1d0e443ba5e1054e03a2d5a5d0e687176f65 (diff) | |
download | meta-openembedded-325b2b62386ed9643f21e505ca96e7ef1a66a6f8.tar.gz |
xfce4-sensors-plugin: correct netcat PACKAGECONFIG
In case netcat PACKAGECONFIG is enabled, do_configure fails
with the following error message:
| configure: error: hddtemp isn't queryable via netcat (use --disable-pathchecks to disable this check)
hddtemp service keeps a TCP port open to query the sensor data.
In case netcat is enabled for this recipe, the configure script
will search for the netcat binary, and will try to query this
hddtemp port, as a sanity check. This check is performed
independently from the hddtemp PACKAGECONFIG. Since hddtemp
isn't running in the build environment (probably) and
network connection is also disabled, this check fails.
To avoid this problem, add the extra config argument suggested by the
error message.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b16f9c6f046fa6275d1afa7ee60acc8d85849163)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dbusmock/0001-Add-functionality-to-add-own-objects-to-internal-obj.patch')
0 files changed, 0 insertions, 0 deletions