diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 17:15:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:09 +0000 |
commit | 589f5442372a7ab0f8bc40403e1739ce1cdd1cc0 (patch) | |
tree | 03cd9c805df8b1b576446e5ceb24b653d4acb1e7 /meta/recipes-devtools/tcf-agent | |
parent | 5ddaba1fb833d0408cef5f58f786513b9293c30a (diff) | |
download | openembedded-core-589f5442372a7ab0f8bc40403e1739ce1cdd1cc0.tar.gz openembedded-core-589f5442372a7ab0f8bc40403e1739ce1cdd1cc0.tar.bz2 openembedded-core-589f5442372a7ab0f8bc40403e1739ce1cdd1cc0.zip |
package_regex.inc: split GITTAGREGEX entries into recipe files
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 1337da9a9b..fff81a568c 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" SRCREV = "b9a735e9c7cf82f80d412b7ab15d08b89d5a4ccc" PV = "1.3.0+git${SRCPV}" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \ file://fix_ranlib.patch \ file://ldflags.patch \ |