summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-06-04 14:36:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-08 14:15:25 +0200
commit69088c0c677b2c04ad007614dab892072c1f5cab (patch)
tree9f8b575c946431fcf89976ef5266fb4913bc7c91 /meta-oe
parentaf7112d00f21f418a865abba04048a1fef104343 (diff)
downloadmeta-openembedded-69088c0c677b2c04ad007614dab892072c1f5cab.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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb4
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 4ce6a1901..ce0c6af0f 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -1,4 +1,5 @@
1SUMMARY = "A library which provides easy access to huge pages of memory" 1SUMMARY = "A library which provides easy access to huge pages of memory"
2HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs"
2LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
4 5
@@ -10,7 +11,8 @@ PV = "2.18"
10PE = "1" 11PE = "1"
11 12
12SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" 13SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6"
13SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ 14SRC_URI = " \
15 git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \
14 file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ 16 file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \
15 file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ 17 file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \
16 file://tests-Makefile-install-static-4G-edge-testcases.patch \ 18 file://tests-Makefile-install-static-4G-edge-testcases.patch \