From d1a5739b34834ffde2a15bd69c9df2ed1ae96ab1 Mon Sep 17 00:00:00 2001 From: alperak Date: Fri, 21 Jun 2024 13:02:44 +0300 Subject: recipes: set S to fix the QA warning Fix the warning by pointing S to ${WORKDIR}/sources and UNPACKDIR to ${S}. Since recent UNPACKDIR work, default S directory is not created anymore. By setting UNPACKDIR to S, S in indirectly created in do_unpack. Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb index f73be8dbbf..abf21803e5 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb @@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SRC_URI = "file://android-gadget-setup" +S = "${WORKDIR}/sources" +UNPACKDIR = "${S}" + PACKAGE_ARCH = "${MACHINE_ARCH}" do_install() { -- cgit v1.2.3-54-g00ecf