diff options
-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 879f2a0674..16dc928bc4 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 \ |