Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require findutils.inc |
| 2 | |
| 3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) |
| 4 | LICENSE = "GPLv3+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
| 6 | |
| 7 | DEPENDS = "bison-native" |
| 8 | |
| 9 | SRC_URI[md5sum] = "731356dec4b1109b812fecfddfead6b2" |
| 10 | SRC_URI[sha256sum] = "c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a" |
| 11 | |
| 12 | # http://savannah.gnu.org/bugs/?27299 |
| 13 | CACHED_CONFIGUREVARS += "gl_cv_func_wcwidth_works=yes" |
| 14 | |
| 15 | EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort" |