diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-04 13:28:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:08 +0000 |
commit | e76874db9599fd23188384db761813ec7e0d7c28 (patch) | |
tree | 3ebffff3af21d5f018793c1c7271c60730a8dc83 | |
parent | 5d9e109a14a2631ddfce1abcb0938f750c73ab23 (diff) | |
download | openembedded-core-e76874db9599fd23188384db761813ec7e0d7c28.tar.gz openembedded-core-e76874db9599fd23188384db761813ec7e0d7c28.tar.bz2 openembedded-core-e76874db9599fd23188384db761813ec7e0d7c28.zip |
tcf-agent: latest upstream version is now known
So incorrect acknowledgement of it being unknown can be deleted.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 9db26dccc7..6d6ba76ba8 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -16,7 +16,6 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent;branch=1.4_ne file://tcf-agent.init \ file://tcf-agent.service \ " -UPSTREAM_VERSION_UNKNOWN = "1" DEPENDS = "util-linux openssl" RDEPENDS_${PN} = "bash" |