mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
x11vnc: Switch to git fetcher
Using github archives is not reliable, fixes SRC_URI uses unstable GitHub archives [src-uri-bad] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,13 +7,12 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314"
|
||||
|
||||
SRC_URI = "https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz;downloadfilename=x11vnc-${PV}.tar.gz\
|
||||
SRCREV = "4ca006fed80410bd9b061a1519bd5d9366bb0bc8"
|
||||
SRC_URI = "git://github.com/LibVNC/x11vnc \
|
||||
file://starting-fix.patch \
|
||||
file://0001-misc-Makefile.am-don-t-install-Xdummy-when-configure.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "64172e8f896389ec963fff93415f0d93"
|
||||
SRC_URI[sha256sum] = "885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "\
|
||||
jpeg \
|
||||
|
||||
Reference in New Issue
Block a user