diff options
author | alperak <alperyasinak1@gmail.com> | 2024-06-21 13:02:44 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-21 21:45:10 -0700 |
commit | d1a5739b34834ffde2a15bd69c9df2ed1ae96ab1 (patch) | |
tree | 3fd279b58e408deb10f18541c9a1af7af5859c6a /meta-oe/recipes-support/ctapi-common | |
parent | 5e675238676356d91770e5649c1df9b8cce9c64b (diff) | |
download | meta-openembedded-d1a5739b34834ffde2a15bd69c9df2ed1ae96ab1.tar.gz |
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 <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/ctapi-common')
-rw-r--r-- | meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb index 90db08544..ece30a598 100644 --- a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb +++ b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb | |||
@@ -8,6 +8,9 @@ SRC_URI = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/ | |||
8 | https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.README" | 8 | https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.README" |
9 | SRC_URI[sha256sum] = "87a74eb0a66055c34ba2c5c919e74f3211c5950ae1c2cbab967fdf4137f5de91" | 9 | SRC_URI[sha256sum] = "87a74eb0a66055c34ba2c5c919e74f3211c5950ae1c2cbab967fdf4137f5de91" |
10 | 10 | ||
11 | S = "${WORKDIR}/sources" | ||
12 | UNPACKDIR = "${S}" | ||
13 | |||
11 | do_compile() { | 14 | do_compile() { |
12 | install -pm 644 ${UNPACKDIR}/ctapi-common.LICENSE LICENSE | 15 | install -pm 644 ${UNPACKDIR}/ctapi-common.LICENSE LICENSE |
13 | install -pm 644 ${UNPACKDIR}/ctapi-common.README README | 16 | install -pm 644 ${UNPACKDIR}/ctapi-common.README README |