diff options
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, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index f1a4efba2..4768d7b63 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1" | |||
4 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | DEPENDS = "sysfsutils" | 6 | DEPENDS = "sysfsutils" |
7 | RDEPENDS_${PN} += "bash python python-io python-lang python-subprocess python-resource" | 7 | RDEPENDS_${PN} += "bash python3-core" |
8 | RDEPENDS_${PN}-tests += "bash python3-core" | 8 | RDEPENDS_${PN}-tests += "bash python3-core" |
9 | 9 | ||
10 | PV = "2.22" | 10 | PV = "2.22" |
@@ -25,6 +25,7 @@ SRC_URI = " \ | |||
25 | file://0005-Include-dirent.h-for-ino_t.patch \ | 25 | file://0005-Include-dirent.h-for-ino_t.patch \ |
26 | file://0006-include-limits.h-for-PATH_MAX.patch \ | 26 | file://0006-include-limits.h-for-PATH_MAX.patch \ |
27 | file://0001-tests-add-explicit-permissions-to-open-call.patch \ | 27 | file://0001-tests-add-explicit-permissions-to-open-call.patch \ |
28 | file://0001-huge_page_setup_helper-use-python3-interpreter.patch \ | ||
28 | " | 29 | " |
29 | 30 | ||
30 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 31 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |