aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-05-29 15:17:35 +0800
committerKhem Raj <raj.khem@gmail.com>2018-05-29 12:56:19 -0700
commit8baf92b4f0cd8bb433303d47db802e5c15417ba7 (patch)
treee1494dad1560f876e0ba26964b0714cb7c1368f3 /meta-oe
parent2ac6f5f7a63e4b85cc58decb6f6f89f0bbcd24de (diff)
downloadmeta-openembedded-contrib-8baf92b4f0cd8bb433303d47db802e5c15417ba7.tar.gz
libhugetlbfs: add UPSTREAM_CHECK_GITTAGREGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index a63494a62d..ee1b9d0507 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -21,6 +21,8 @@ SRC_URI = " \
file://Force-text-segment-alignment-to-0x08000000-for-i386-.patch \
"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
+
S = "${WORKDIR}/git"
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"