added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
SUMMARY = "Read one-dimensional barcodes and QR codes from Python 2 and 3 using the zbar library"
HOMEPAGE = "https://github.com/NaturalHistoryMuseum/pyzbar"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c27c2135d76d2d03f4842d9c133f1ed4"
SECTION = "devel/python"
DEPENDS = "python3-pillow zbar-openstlinux"
SRC_URI = "git://github.com/NaturalHistoryMuseum/pyzbar.git;protocol=https;branch=master"
SRCREV = "b6853df71aee4b38a9986af8565603a0115e81b7"
S = "${WORKDIR}/git"
BBCLASSEXTEND += "native nativesdk"
inherit setuptools3