[OE-core] [PATCH 2/2] distcc: disable upstream checking for now

Ross Burton ross.burton at intel.com
Fri May 11 11:02:30 UTC 2018


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 at intel.com>
---
 meta/recipes-devtools/distcc/distcc_3.2.bb | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.11.0




More information about the Openembedded-core mailing list