blob: d8ccf4b8e1b9848e091dec212805095b0d80f191 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require findutils.inc
2
3# GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
6
7DEPENDS = "bison-native"
8
Andrew Geisslerd1e89492021-02-12 15:35:20 -06009SRC_URI[sha256sum] = "57127b7e97d91282c6ace556378d5455a9509898297e46e10443016ea1387164"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
Andrew Geissler5199d832021-09-24 16:47:35 -050011PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012# http://savannah.gnu.org/bugs/?27299
13CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes"
14
15EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort"