[oe-commits] Koen Kooi : libdecodeqr: add 0.9.4+git

git version control git at git.openembedded.org
Tue Sep 14 14:26:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3b1b9336b4402d2718dad19661124bbf5938495d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b1b9336b4402d2718dad19661124bbf5938495d

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Sep 14 15:38:16 2010 +0200

libdecodeqr: add 0.9.4+git

---

 recipes/opencv/libdecodeqr_git.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/recipes/opencv/libdecodeqr_git.bb b/recipes/opencv/libdecodeqr_git.bb
new file mode 100644
index 0000000..9712f98
--- /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
+}
+





More information about the Openembedded-commits mailing list