summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/selinux
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-06-04 01:18:05 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-04 23:49:47 -0700
commit5a4e4c532cbef3f2ac398a8a74645f7adc4f5db3 (patch)
tree7535bf25f61776da091025c3a0dd9e557d9e6e0d /meta-oe/dynamic-layers/selinux
parente81ffda3b481f8cf10afb7dc2861f3ed9c3f543e (diff)
downloadmeta-openembedded-5a4e4c532cbef3f2ac398a8a74645f7adc4f5db3.tar.gz
android-tools-configfs: Fix build-time warning about S in a second instance of recipe
android-tools-configfs 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}. Fix the warning for the selinux-enabled recipe. The warning text: WARNING: android-tools-conf-configfs-1.0-r0 do_unpack: android-tools-conf-configfs: 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/selinux')
-rw-r--r--meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb
index 35b3a5c08b..86b0ce0778 100644
--- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb
+++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb
@@ -3,6 +3,9 @@ SECTION = "console/utils"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 5
6S = "${WORKDIR}/sources"
7UNPACKDIR = "${S}"
8
6SRC_URI = " \ 9SRC_URI = " \
7 file://android-gadget-setup \ 10 file://android-gadget-setup \
8 file://android-gadget-start \ 11 file://android-gadget-start \