mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b6b00bd931
commit
3f5c02b1d6
|
|
@ -38,6 +38,10 @@ PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol"
|
|||
# Switch on gtk support in avahi recipe if you want to enable avahi support
|
||||
PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e 's|${WORKDIR}|<WORKDIR>|g' ${B}/generated/buildflags.h
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
FILES:${PN}+= " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user