Message ID | 1405401967-9454-1-git-send-email-koen.kooi@linaro.org |
---|---|
State | Accepted |
Commit | 7b6c734be688432a21441660f482df6c1dacc657 |
Headers | show |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 5645add..af7ed3e 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" DEPENDS = "sysfsutils perl" RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource" +PV = "2.18" +PE = "1" + SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \
PE bump is needed because "git+stuff"" > "2.18" Signed-off-by: Koen Kooi <koen.kooi@linaro.org> --- meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 +++ 1 file changed, 3 insertions(+)