mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
committed by
Martin Jansa
parent
7e0fbd43d3
commit
bad783e460
@@ -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"
|
||||
Reference in New Issue
Block a user