summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-01-31 12:46:30 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-06 10:02:16 -0200
commitd75000128c4c248f6dc356a0277cbce7d7292531 (patch)
tree2e77516b7536b3df5848509e7063c79568742430 /recipes-extended
parentefd4a0ebcb2b14fde59cafda9dc960745a85a67c (diff)
downloadmeta-freescale-d75000128c4c248f6dc356a0277cbce7d7292531.tar.gz
cantest: remove
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cantest/cantest_1.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb
deleted file mode 100644
index 49bc37b0..00000000
--- a/recipes-extended/cantest/cantest_1.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "cantest"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"
4
5SRC_URI = "git://github.com/qoriq-open-source/cantest.git;nobranch=1"
6SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c"
7
8S = "${WORKDIR}/git"
9
10EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
11
12do_install() {
13 install -d ${D}${bindir}
14 install -m 755 cantest ${D}${bindir}
15}
16
17PACKAGE_ARCH = "${MACHINE_SOCARCH}"
18