mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
qrencode: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7e0fbd43d3
commit
bad783e460
16
meta-oe/recipes-graphics/qrencode/qrencode_git.bb
Normal file
16
meta-oe/recipes-graphics/qrencode/qrencode_git.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user