Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 7 | |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 8 | SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | SRC_URI = "git://github.com/fukuchi/libqrencode.git" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit autotools pkgconfig |
| 14 | |
| 15 | EXTRA_OECONF += "--without-tools --without-tests" |