mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
libvncserver: fix build depends issue
only include ffmpeg if correct license is defined Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
|
|||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
24bpp \
|
24bpp \
|
||||||
filetransfer \
|
filetransfer \
|
||||||
ffmpeg \
|
${@bb.utils.contains('LICENSE_FLAGS_WHITELIST','commercial','ffmpeg','',d)} \
|
||||||
gcrypt \
|
gcrypt \
|
||||||
gnutls \
|
gnutls \
|
||||||
jpeg \
|
jpeg \
|
||||||
|
|||||||
Reference in New Issue
Block a user