diff options
author | Jonathan Liu <net147@gmail.com> | 2015-07-02 00:08:08 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-16 21:09:10 +0200 |
commit | bad783e4601fcc2647a2728f56e1681299ea3d90 (patch) | |
tree | 2de43e742bd73c0651158dffa5516abdf22f45f9 | |
parent | 7e0fbd43d34a4d585f8c387a76ed77d3f079febf (diff) | |
download | meta-openembedded-bad783e4601fcc2647a2728f56e1681299ea3d90.tar.gz |
qrencode: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/qrencode/qrencode_git.bb | 16 |
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 @@ | |||
1 | SUMMARY = "C library for encoding data in a QR Code symbol" | ||
2 | AUTHOR = "Kentaro Fukuchi" | ||
3 | HOMEPAGE = "http://fukuchi.org/works/qrencode/" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
7 | PV = "3.4.4+git${SRCPV}" | ||
8 | |||
9 | SRCREV = "1b565c7b599029818fc596e7da4371a3083da36c" | ||
10 | SRC_URI = "git://github.com/fukuchi/libqrencode.git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | EXTRA_OECONF += "--without-tools --without-tests" | ||