From: Chunrong Guo Date: Wed, 31 Jan 2018 04:46:30 +0000 (+0800) Subject: cantest: remove X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d75000128c4c248f6dc356a0277cbce7d7292531;p=meta-freescale.git cantest: remove This pkg will not be supported anymore. Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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 @@ -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}" -