diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-24 18:46:42 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:56:32 -0700 |
commit | 3f5c02b1d64f302babbd104bcfd993281db0a3c6 (patch) | |
tree | bd1a635b7953c9764ca9ec8d756aafc02ac69769 /meta-oe/recipes-support | |
parent | b6b00bd93104a242bb891ea25579f7cea28e2faa (diff) | |
download | meta-openembedded-3f5c02b1d64f302babbd104bcfd993281db0a3c6.tar.gz |
remmina: Fix buildpaths QA warnings
buildflags.h is generated file which contains buildtime CFLAGS and it
gets included into sources via src/remmina_exec.c
Fixes
WARNING: remmina-1.4.30-r0 do_package_qa: QA Issue: File /usr/bin/remmina in package remmina contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.30.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb index c22eaf1d38..0437fba515 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb | |||
@@ -38,6 +38,10 @@ PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | |||
38 | # Switch on gtk support in avahi recipe if you want to enable avahi support | 38 | # Switch on gtk support in avahi recipe if you want to enable avahi support |
39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" | 39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" |
40 | 40 | ||
41 | do_configure:append() { | ||
42 | sed -i -e 's|${WORKDIR}|<WORKDIR>|g' ${B}/generated/buildflags.h | ||
43 | } | ||
44 | |||
41 | RDEPENDS:${PN} = "bash" | 45 | RDEPENDS:${PN} = "bash" |
42 | 46 | ||
43 | FILES:${PN}+= " \ | 47 | FILES:${PN}+= " \ |