summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb')
-rw-r--r--bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb b/bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb
deleted file mode 100644
index 661a3fe6..00000000
--- a/bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-SUMMARY = "Test/Debug tools for thermal printers."
-HOMEPAGE = "https://github.com/boundarydevices/printer-tools"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4bc53cea4911b2abe17c307d0f49a5d8"
-SECTION = "base"
-
-SRCREV = "e219aea844d720e7b03da495862cc1586132e7dd"
-SRCBRANCH = "ftp628"
-SRC_URI = "git://github.com/boundarydevices/printer-tools.git;protocol=git;branch=${SRCBRANCH}"
-
-S = "${WORKDIR}/git/"
-
-DEPENDS += " libpng "
-
-EXTRA_OEMAKE = " 'CC=${CC}' 'CFLAGS=-I${STAGING_INCDIR}' \
- 'LDFLAGS=-L${STAGING_LIBDIR}' "
-
-do_compile () {
- oe_runmake all
-}
-
-do_install () {
- oe_runmake install DESTDIR=${D}/usr/
-}
-
-FILES_${PN} += "/usr/bin"
-
-INSANE_SKIP_${PN} = "ldflags"
-
-BBCLASSEXTEND = "native"