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.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb
deleted file mode 100644
index 4cf03afa..00000000
--- a/recipes-devtools/ion/libion_git.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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} \
- file://0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch \
- "
-SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c"
-
-S = "${WORKDIR}/git"
-
-inherit cmake pkgconfig