From 3b1b9336b4402d2718dad19661124bbf5938495d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 14 Sep 2010 15:38:16 +0200 Subject: libdecodeqr: add 0.9.4+git --- recipes/opencv/libdecodeqr_git.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/opencv/libdecodeqr_git.bb (limited to 'recipes') diff --git a/recipes/opencv/libdecodeqr_git.bb b/recipes/opencv/libdecodeqr_git.bb new file mode 100644 index 0000000000..9712f981fa --- /dev/null +++ b/recipes/opencv/libdecodeqr_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A C/C++ library for decoding QR code 2D barcodes" +LICENSE = "LGPLv2.1" + +DEPENDS = "opencv" + +PE = "1" +PV = "0.9.4" +PR = "r1+gitr${SRCREV}" + +inherit autotools lib_package + +SRCREV = "7e6896d78d857fada4b8" +SRC_URI = "git://github.com/josephholsten/libdecodeqr.git;protocol=git" + +S = "${WORKDIR}/git" + +do_install_append() { + install -d ${D}${bindir} + install -m 0755 ${S}/examples/simple/.libs/simpletest ${D}${bindir}/libdecodeqr-simpletest + install -m 0755 ${S}/examples/webcam/.libs/webcam ${D}${bindir}/libdecodeqr-webcamtest +} + -- cgit v1.2.3