From: Wang Mingyu <[email protected]> Add compat for Nettle >= 4.0 Nettle 4.0 has changed it's digest functions, and removed the length argument.
This commit adds compatibility with both older and newer versions of Nettle. Signed-off-by: Wang Mingyu <[email protected]> --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb index a35ab2e3da..4964a441c8 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb @@ -16,9 +16,9 @@ REQUIRED_DISTRO_FEATURES = "x11 pam" # out-of-tree builds. B = "${S}" -SRCREV = "b555312d70d7ff017f866649a7e7167af4eb8fca" +SRCREV = "be6e25fca026ce715d5be1d7ba40ef49bebbde51" -SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.16-branch;protocol=https;tag=v${PV} \ +SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=master;protocol=https \ file://0001-do-not-build-tests-sub-directory.patch \ file://0002-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \ file://0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127706): https://lists.openembedded.org/g/openembedded-devel/message/127706 Mute This Topic: https://lists.openembedded.org/mt/119953435/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
