summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/ion/ion-tests_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/ion/ion-tests_git.bb')
-rw-r--r--recipes-devtools/ion/ion-tests_git.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-devtools/ion/ion-tests_git.bb b/recipes-devtools/ion/ion-tests_git.bb
deleted file mode 100644
index 52346f1c..00000000
--- a/recipes-devtools/ion/ion-tests_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Test cases for ION"
2HOMEPAGE = "https://github.com/glneo/ion-tests"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://src/ion_test.c;beginline=1;endline=15;md5=b225db900869a4cd31461606e55a3ec5"
5
6PV = "1.0"
7
8BRANCH = "master"
9SRC_URI = "git://github.com/glneo/ion-tests.git;protocol=git;branch=${BRANCH} \
10 file://0001-CMakeLists.txt-disable-phys-addr-for-now.patch \
11 file://0001-map_test-Replace-PAGE_SIZE-with-local-variable-name.patch \
12"
13SRCREV = "70d730cebca29e6fd37b21d9beac82ae645f3900"
14
15DEPENDS = "libion gtest"
16
17S = "${WORKDIR}/git"
18
19inherit cmake pkgconfig