xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "C library for encoding data in a QR Code symbol"
2*4882a593SmuzhiyunAUTHOR = "Kentaro Fukuchi"
3*4882a593SmuzhiyunHOMEPAGE = "http://fukuchi.org/works/qrencode/"
4*4882a593SmuzhiyunSECTION = "libs"
5*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8"
9*4882a593SmuzhiyunSRC_URI = "git://github.com/fukuchi/libqrencode.git;branch=master;protocol=https"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunS = "${WORKDIR}/git"
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuninherit autotools pkgconfig
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunEXTRA_OECONF += "--without-tools --without-tests"
16