gerbera: Disable PIE on rv64

It ends up with textrels otherwise
QA Issue: gerbera: ELF binary /usr/bin/gerbera has relocations in .text
[textrel]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-08-17 22:02:33 -07:00
parent 02f2eb8d50
commit 8c6115ce91
@@ -26,3 +26,5 @@ do_install_append() {
}
FILES_${PN} += "/root/.config/"
SECURITY_CFLAGS_riscv64 = "${SECURITY_NOPIE_CFLAGS}"