From 9228c955a9fb2bc266d460beca57bbff615b421b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 16 Dec 2025 18:41:10 +0100 Subject: [PATCH] libdmtx: add recipe --- recipes-extended/libdmtx/libdmtx_0.7.8.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-extended/libdmtx/libdmtx_0.7.8.bb diff --git a/recipes-extended/libdmtx/libdmtx_0.7.8.bb b/recipes-extended/libdmtx/libdmtx_0.7.8.bb new file mode 100644 index 0000000..8fc35d1 --- /dev/null +++ b/recipes-extended/libdmtx/libdmtx_0.7.8.bb @@ -0,0 +1,9 @@ +SUMMARY = "libdmtx - Open Source Data Matrix Software" +HOMEPAGE = "https://github.com/dmtx/libdmtx" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b58872aaf3a9d51c1f002b9d7940f4f1" + +inherit autotools + +SRC_URI = "git://github.com/dmtx/libdmtx.git;protocol=https;branch=master" +SRCREV = "500d7af6106713610a0f8b2d96aefa81912b96bc"