commit | a604537070251e0a391b3eccf3a0c6b9d528a5ae | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jan 15 10:11:54 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 16 03:05:34 2020 +0000 |
tree | 381ea008e3375ff817dc4154e6c84957da3c61b5 | |
parent | b7819042475b21c3bc048a7a6a314e235408498b [diff] [blame] |
meta-phosphor: libvncserver: pin PACKAGECONFIG PACKAGECONFIGs are added upstream frequently. Avoid new implicit dependencies by pinning to the exact options required by OpenBMC today. Change-Id: I600f07d84864187410e8cc604365360e9986be0b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-graphics/libvncserver/libvncserver_%.bbappend b/recipes-graphics/libvncserver/libvncserver_%.bbappend index 849255a..fa15047 100644 --- a/recipes-graphics/libvncserver/libvncserver_%.bbappend +++ b/recipes-graphics/libvncserver/libvncserver_%.bbappend
@@ -1,2 +1 @@ -PACKAGECONFIG_append = " openssl" -PACKAGECONFIG_remove = "gcrypt gnutls png sdl" +PACKAGECONFIG = "jpeg lzo systemd zlib openssl"