blob: f5397750f5b84b7a69517b688cf5c25b6debcc7f [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "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 = "4.0.0+git${SRCPV}"
8
9SRCREV = "07f3c5d4bf9136711422cc7dbf28aff469da220a"
10SRC_URI = "git://github.com/fukuchi/libqrencode.git"
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--without-tools --without-tests"