diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-06-04 14:36:52 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:59 -0700 |
commit | 1235f48667b4876add09f062b40891ac85c7a782 (patch) | |
tree | 9efd17daf4b47f7e9787516c83536254c2fc9445 /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |
parent | 2ae3be14aed055ddfa2ddbace3771d094f13da4d (diff) | |
download | meta-openembedded-1235f48667b4876add09f062b40891ac85c7a782.tar.gz |
libhugetlbfs: project moved to github
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 6fe5dce91..f05229be5 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb @@ -1,4 +1,5 @@ SUMMARY = "A library which provides easy access to huge pages of memory" +HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" @@ -10,7 +11,8 @@ PV = "2.18" PE = "1" SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" -SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ +SRC_URI = " \ + git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \ file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ file://tests-Makefile-install-static-4G-edge-testcases.patch \ |