summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb
diff options
context:
space:
mode:
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"