[oe-commits] Jonathan Liu : qrencode: new recipe

git at git.openembedded.org git at git.openembedded.org
Mon Jul 27 12:16:26 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: bad783e4601fcc2647a2728f56e1681299ea3d90
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bad783e4601fcc2647a2728f56e1681299ea3d90

Author: Jonathan Liu <net147 at gmail.com>
Date:   Thu Jul  2 00:08:08 2015 +1000

qrencode: new recipe

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/qrencode/qrencode_git.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_git.bb b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb
new file mode 100644
index 0000000..6a159a7
--- /dev/null
+++ b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "C library for encoding data in a QR Code symbol"
+AUTHOR = "Kentaro Fukuchi"
+HOMEPAGE = "http://fukuchi.org/works/qrencode/"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+PV = "3.4.4+git${SRCPV}"
+
+SRCREV = "1b565c7b599029818fc596e7da4371a3083da36c"
+SRC_URI = "git://github.com/fukuchi/libqrencode.git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--without-tools --without-tests"



More information about the Openembedded-commits mailing list