]> code.ossystems Code Review - openembedded-core.git/commitdiff
ghostcript: Set UPSTREAM_CHECK_URI variable
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 24 May 2016 06:36:44 +0000 (01:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:29 +0000 (09:30 +0100)
Set UPSTREAM_CHECK_URI (a github location), so package checking system gets the
latest version of the package.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/ghostscript/ghostscript_9.18.bb

index aa39345f4c73eda4f96435edf1730682a6c9b172..eddf18dbd859e66080c78e615ae2dea7ac9c9295 100644 (file)
@@ -16,6 +16,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b17cea54743435ab2a581c237bea294a"
 DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng"
 DEPENDS_class-native = "libpng-native"
 
+UPSTREAM_CHECK_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases"
+
 SRC_URI_BASE = "http://downloads.ghostscript.com/public/old-gs-releases/ghostscript-${PV}.tar.gz \
                 file://ghostscript-9.15-parallel-make.patch \
                 file://ghostscript-9.16-Werror-return-type.patch \