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-gnome | |
| 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-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | 4 |
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 | |||
| 5 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | 5 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ | 6 | LIC_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 | |||
| 8 | SRC_URI = "file://gnome-doc-utils.m4" | 9 | SRC_URI = "file://gnome-doc-utils.m4" |
| 9 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | ||
| 12 | UNPACKDIR = "${S}" | ||
| 13 | |||
| 10 | PROVIDES = "gnome-doc-utils" | 14 | PROVIDES = "gnome-doc-utils" |
| 11 | 15 | ||
| 12 | do_install:append() { | 16 | do_install:append() { |
