blob: 039816e4a0b6716bf477e0e87eb292dfaa29c32c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "C library for encoding data in a QR Code symbol"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05002HOMEPAGE = "http://fukuchi.org/works/qrencode/"
3SECTION = "libs"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006
Andrew Geisslerac970dd2021-02-12 15:32:45 -06007SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8"
Andrew Geissler595f6302022-01-24 19:11:47 +00008SRC_URI = "git://github.com/fukuchi/libqrencode.git;branch=master;protocol=https"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009
10S = "${WORKDIR}/git"
11
12inherit autotools pkgconfig
13
Patrick Williams8e7b46e2023-05-01 14:19:06 -050014BBCLASSEXTEND = "native"
15
16EXTRA_OECONF += "--without-tests"
17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[tools] = "--with-tools,--without-tools,libpng"