aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/ion/libion_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/ion/libion_git.bb')
-rw-r--r--recipes-devtools/ion/libion_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb
new file mode 100644
index 00000000..7c93ed3f
--- /dev/null
+++ b/recipes-devtools/ion/libion_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "ION Userspace Memory Allocator Library"
+HOMEPAGE = "https://github.com/glneo/libion"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+PV = "1.0.0"
+
+BRANCH = "master"
+SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
+SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig