summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
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-graphics
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-graphics')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
index 5a8fe4c32..43b4614f0 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/OFL.txt;md5=969851e3a70122069a4d9ee61dd5
8SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ 8SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \
9 file://OFL.txt" 9 file://OFL.txt"
10 10
11S = "${UNPACKDIR}/ttf-inconsolata-${PV}" 11S = "${WORKDIR}/sources"
12UNPACKDIR = "${S}"
12 13
13FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ 14FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \
14 ${datadir}/doc/ttf-inconsolata/*" 15 ${datadir}/doc/ttf-inconsolata/*"