[oe-commits] Koen Kooi : libhugetlbfs: fix versioning

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 12:25:56 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 1ed80e70b7b1178378933e27cc3a72ca219d4893
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1ed80e70b7b1178378933e27cc3a72ca219d4893

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Tue Jul 15 07:26:06 2014 +0200

libhugetlbfs: fix versioning

PE bump is needed because "git+stuff"" > "2.18"

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 879f2a0..16dc928 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 \



More information about the Openembedded-commits mailing list