]> code.ossystems Code Review - meta-freescale.git/commitdiff
cantest: remove
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 31 Jan 2018 04:46:30 +0000 (12:46 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Feb 2018 12:02:16 +0000 (10:02 -0200)
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>
recipes-extended/cantest/cantest_1.0.bb [deleted file]

diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb
deleted file mode 100644 (file)
index 49bc37b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "cantest"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"
-
-SRC_URI = "git://github.com/qoriq-open-source/cantest.git;nobranch=1"
-SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
-
-do_install() {
-    install -d ${D}${bindir}
-    install -m 755 cantest ${D}${bindir}
-}
-
-PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-