meta-openembedded/meta-xfce
Gyorgy Sarvari b16f9c6f04
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>
2025-02-13 11:34:55 -08:00
..
classes
conf layer.conf: Update to walnascar (5.2) layer/release series 2024-10-01 09:23:12 -07:00
recipes-apps Update p7zip to 7zip 2024-12-19 09:41:31 -08:00
recipes-art xfce-dusk-gtk3: fix do_fetch error 2025-01-01 19:02:18 -08:00
recipes-bindings/vala xfce4-vala: Drop unnecessary SRC_URI[md5sum] 2024-10-04 07:30:34 -07:00
recipes-core/images
recipes-extended/imsettings imsettings: add missing DEPENDS on autoconf-archive-native 2023-05-20 00:45:51 -07:00
recipes-multimedia parole: fix dependency name 2025-02-13 11:34:54 -08:00
recipes-panel-plugins xfce4-sensors-plugin: correct netcat PACKAGECONFIG 2025-02-13 11:34:55 -08:00
recipes-thunar-plugins thunar-archive-plugin: upgrade 0.5.1 -> 0.5.2 2023-11-06 08:48:43 -08:00
recipes-xfce xfce4-panel: 4.18.6 -> 4.20.0 2024-12-19 09:41:31 -08:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

This layer depends on:

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

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

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]' 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][PATCH'

Layer maintainer: Kai Kang kai.kang@windriver.com Layer maintainer: Andreas Müller schnitzeltony@gmail.com