diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-15 12:39:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-19 23:05:01 +0000 |
commit | 5d7683c7d86abd101bcee0c06cceff4ba3ee8593 (patch) | |
tree | 92116bd54682cee3cc9b924d04748acc51411b5c | |
parent | 7780482772d005c77825dc3e99e63f00911156bf (diff) | |
download | openembedded-core-5d7683c7d86abd101bcee0c06cceff4ba3ee8593.tar.gz openembedded-core-5d7683c7d86abd101bcee0c06cceff4ba3ee8593.tar.bz2 openembedded-core-5d7683c7d86abd101bcee0c06cceff4ba3ee8593.zip |
distcc: remove UPSTREAM_VERSION_UNKNOWN
Upstream has finally released a new version.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb index b6da65a582..ea3d7c10be 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 |