Files
meta-qcom-extras/dynamic-layers/openembedded-layer/recipes-devtools/android-tools
Dmitry Baryshkov 3ef80a1672 android-tools-conf-adbd-cmdline: Fix build-time warning about S being non-existent
android-tools-conf-adbd-cmdline doesn't have any checked out source files, which
results in a warning regarding S not existing. Fix the warning by
pointing S to ${WORKDIR}/sources and UNPACKDIR to ${S}.

The warning text:

WARNING: android-tools-conf-conf-adbd-cmdline-1.0-r0 do_unpack:
android-tools-conf-conf-adbd-cmdline: the directory ${WORKDIR}/${BP} (<scrubbed>)
pointed to by the S variable doesn't exist - please set S within the
recipe to point to where the source has been unpacked to

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-06-04 01:18:33 +03:00
..