meta-openembedded/meta-xfce
Gyorgy Sarvari 325b2b6238 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 b16f9c6f04)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
2025-10-02 15:16:50 +02:00
..
classes xfce.bbclass: Mark string as raw in a regexp 2021-10-16 08:25:21 -07:00
conf layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
recipes-apps xfce4 update HOMEPAGEs 2025-07-02 20:36:32 -04:00
recipes-art xfce-dusk-gtk3: fix do_fetch error 2025-03-29 14:24:38 -04:00
recipes-bindings/vala recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
recipes-core/images core-image-minimal-xfce: Use graphical.target as default 2021-04-15 09:28:43 -07:00
recipes-extended/imsettings recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
recipes-multimedia xfce4 update HOMEPAGEs 2025-07-02 20:36:32 -04:00
recipes-panel-plugins xfce4-sensors-plugin: correct netcat PACKAGECONFIG 2025-10-02 15:16:50 +02:00
recipes-thunar-plugins xfce4 update HOMEPAGEs 2025-07-02 20:36:32 -04:00
recipes-xfce xfce4 update HOMEPAGEs 2025-07-02 20:36:32 -04:00
README readme: update maintainer 2025-09-18 11:49:40 +02:00

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: kirkstone

URI: git://git.openembedded.org/meta-openembedded
branch: kirkstone

meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository.

To avoid dependencies on meta-multimedia you need to mask recipes by adding
this to local.conf:

BBMASK = "meta-xfce/recipes-multimedia"

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce][kirkstone]' in the subject'

When sending single patches, please using something like:
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-xfce][kirkstone][PATCH'

Layer maintainer: Gyorgy Sarvari <skandigraun@gmail.com>
Layer maintainer emeritus: Armin Kuster <akuster808@gmail.com>