From 75bb2ebdde5b1d1bcbb501b82ca84706f420d046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 13 Dec 2016 22:09:46 +0100 Subject: [PATCH] libdmtx: initial add 0.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/libdmtx/libdmtx_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-support/libdmtx/libdmtx_git.bb diff --git a/recipes-support/libdmtx/libdmtx_git.bb b/recipes-support/libdmtx/libdmtx_git.bb new file mode 100644 index 00000000..c92f8e20 --- /dev/null +++ b/recipes-support/libdmtx/libdmtx_git.bb @@ -0,0 +1,10 @@ +SUMMARY = "libdmtx is a library for reading and writing Data Matrix barcodes" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" + +inherit autotools pkgconfig + +SRC_URI = "git://git.code.sf.net/p/libdmtx/libdmtx;protocol=git" +SRCREV = "eba6d5193fff75efa2707d0c0a5ded9134d2aa58" +PV = "0.7.4" +S = "${WORKDIR}/git"