diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-07-15 07:26:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:47 +0200 |
commit | 7b6c734be688432a21441660f482df6c1dacc657 (patch) | |
tree | 84ff89a3765d30b28fdf63f651a83c6d383f3453 /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |
parent | fca32c0fcec0b9690f665cb5b764b4e5f5bfbf25 (diff) | |
download | meta-openembedded-7b6c734be688432a21441660f482df6c1dacc657.tar.gz |
libhugetlbfs: fix versioning
PE bump is needed because "git+stuff"" > "2.18"
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 879f2a067..16dc928bc 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
5 | DEPENDS = "sysfsutils perl" | 5 | DEPENDS = "sysfsutils perl" |
6 | RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource" | 6 | RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource" |
7 | 7 | ||
8 | PV = "2.18" | ||
9 | PE = "1" | ||
10 | |||
8 | SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" | 11 | SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" |
9 | SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ | 12 | SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ |
10 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ | 13 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ |