summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-06-21 13:02:44 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-21 21:45:10 -0700
commitd1a5739b34834ffde2a15bd69c9df2ed1ae96ab1 (patch)
tree3fd279b58e408deb10f18541c9a1af7af5859c6a /meta-oe/recipes-gnome
parent5e675238676356d91770e5649c1df9b8cce9c64b (diff)
downloadmeta-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-gnome')
-rw-r--r--meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
index 1cfd9c1cba..c929763763 100644
--- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
+++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
@@ -5,8 +5,12 @@ it requires libxml2 and python 2 at the same time, which can no longer be satisf
5LICENSE = "GPL-2.0-only & LGPL-2.1-only" 5LICENSE = "GPL-2.0-only & LGPL-2.1-only"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
7 file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" 7 file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
8
8SRC_URI = "file://gnome-doc-utils.m4" 9SRC_URI = "file://gnome-doc-utils.m4"
9 10
11S = "${WORKDIR}/sources"
12UNPACKDIR = "${S}"
13
10PROVIDES = "gnome-doc-utils" 14PROVIDES = "gnome-doc-utils"
11 15
12do_install:append() { 16do_install:append() {