summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-21 00:02:38 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-21 09:40:20 -0700
commit34fddf6114423cb2595c7af88b83d2dd40fe3996 (patch)
treedc1c9f3227d56f1941c6201aa73b3a90990f18aa
parent5da32077eb4348c6bff273e5a9a2a24ec14270b1 (diff)
downloadmeta-openembedded-34fddf6114423cb2595c7af88b83d2dd40fe3996.tar.gz
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>
-rw-r--r--meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb
index 1aace02001..e4a0321357 100644
--- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb
+++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb
@@ -7,13 +7,12 @@ LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314" 8 file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314"
9 9
10SRC_URI = "https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz;downloadfilename=x11vnc-${PV}.tar.gz\ 10SRCREV = "4ca006fed80410bd9b061a1519bd5d9366bb0bc8"
11SRC_URI = "git://github.com/LibVNC/x11vnc \
11 file://starting-fix.patch \ 12 file://starting-fix.patch \
12 file://0001-misc-Makefile.am-don-t-install-Xdummy-when-configure.patch \ 13 file://0001-misc-Makefile.am-don-t-install-Xdummy-when-configure.patch \
13" 14"
14 15S = "${WORKDIR}/git"
15SRC_URI[md5sum] = "64172e8f896389ec963fff93415f0d93"
16SRC_URI[sha256sum] = "885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd"
17 16
18DEPENDS = "\ 17DEPENDS = "\
19 jpeg \ 18 jpeg \