Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] distcc: remove UPSTREAM_VERSION_UNKNOWN
@ 2018-03-15 10:39 Alexander Kanavin
  2018-03-15 10:39 ` [PATCH 2/2] libpng: fix upstream version check Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kanavin @ 2018-03-15 10:39 UTC (permalink / raw)
  To: openembedded-core

Upstream has finally released a new version.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-devtools/distcc/distcc_3.2.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb
index b6da65a582a..ea3d7c10be8 100644
--- a/meta/recipes-devtools/distcc/distcc_3.2.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.2.bb
@@ -23,7 +23,6 @@ SRC_URI = "git://github.com/distcc/distcc.git;branch=${PV} \
            file://distcc.service"
 SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c"
 S = "${WORKDIR}/git"
-UPSTREAM_VERSION_UNKNOWN = "1"
 
 inherit autotools pkgconfig update-rc.d useradd systemd
 
-- 
2.16.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] libpng: fix upstream version check
  2018-03-15 10:39 [PATCH 1/2] distcc: remove UPSTREAM_VERSION_UNKNOWN Alexander Kanavin
@ 2018-03-15 10:39 ` Alexander Kanavin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2018-03-15 10:39 UTC (permalink / raw)
  To: openembedded-core

Sourceforge for some reason claims an older version is 'the latest'.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-multimedia/libpng/libpng_1.6.34.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.34.bb b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb
index 88ea586bdbc..e52d032289d 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.34.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c6
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/"
 
+UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html"
+
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 
 inherit autotools binconfig-disabled pkgconfig
-- 
2.16.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-15 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15 10:39 [PATCH 1/2] distcc: remove UPSTREAM_VERSION_UNKNOWN Alexander Kanavin
2018-03-15 10:39 ` [PATCH 2/2] libpng: fix upstream version check Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox