Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
22 lines
615 B
BlitzBasic
22 lines
615 B
BlitzBasic
SUMMARY = "A commercial quality OCR engine "
|
|
HOMEPAGE = "https://github.com/tesseract-ocr/tesseract"
|
|
BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRCREV = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854"
|
|
SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "leptonica"
|
|
|
|
EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${datadir}/tessdata"
|
|
|
|
RRECOMMENDS:${PN} += "tesseract-lang-eng"
|