From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../printer-tools/printer-tools_git.bb | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb (limited to 'bsp/meta-boundary/recipes-boundary/printer-tools/printer-tools_git.bb') 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" -- cgit 1.2.3-korg