diff mbox series

[2/2] distcc: disable upstream checking for now

Message ID 20180511110230.9867-2-ross.burton@intel.com
State New
Headers show
Series [1/2] musl-utils: monitor commits for upstream tracking | expand

Commit Message

Ross Burton May 11, 2018, 11:02 a.m. UTC
Whilst we're using a fork of the upstream repository, disable upstream checking.
Once we upgrade to 3.3 this can be removed.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/recipes-devtools/distcc/distcc_3.2.bb | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb
index ee077495d5f..2b19d69000d 100644
--- a/meta/recipes-devtools/distcc/distcc_3.2.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.2.bb
@@ -17,6 +17,9 @@  SRC_URI = "git://github.com/akuster/distcc.git;branch=${PV} \
 
 SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c"
 
+# Because we're using a fork currently, upstream checks don't work
+UPSTREAM_VERSION_UNKNOWN = "1"
+
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig update-rc.d useradd systemd