summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/qrencode/qrencode_git.bb16
1 files changed, 16 insertions, 0 deletions
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 0000000000..6a159a73a8
--- /dev/null
+++ b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb
@@ -0,0 +1,16 @@
1SUMMARY = "C library for encoding data in a QR Code symbol"
2AUTHOR = "Kentaro Fukuchi"
3HOMEPAGE = "http://fukuchi.org/works/qrencode/"
4SECTION = "libs"
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
7PV = "3.4.4+git${SRCPV}"
8
9SRCREV = "1b565c7b599029818fc596e7da4371a3083da36c"
10SRC_URI = "git://github.com/fukuchi/libqrencode.git"
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--without-tools --without-tests"