diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 8baf92b4f0cd8bb433303d47db802e5c15417ba7 (patch) | |
tree | e1494dad1560f876e0ba26964b0714cb7c1368f3 /meta-oe | |
parent | 2ac6f5f7a63e4b85cc58decb6f6f89f0bbcd24de (diff) | |
download | meta-openembedded-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.bb | 2 |
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 a63494a62..ee1b9d050 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 = " \ | |||
21 | file://Force-text-segment-alignment-to-0x08000000-for-i386-.patch \ | 21 | file://Force-text-segment-alignment-to-0x08000000-for-i386-.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | ||
25 | |||
24 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
25 | 27 | ||
26 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" | 28 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" |