diff options
Diffstat (limited to 'meta-oe/recipes-support/onig/onig_5.9.6.bb')
| -rw-r--r-- | meta-oe/recipes-support/onig/onig_5.9.6.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_5.9.6.bb b/meta-oe/recipes-support/onig/onig_5.9.6.bb new file mode 100644 index 0000000000..abbaf98c0a --- /dev/null +++ b/meta-oe/recipes-support/onig/onig_5.9.6.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Regular expressions library. The characteristics of this \ | ||
| 2 | library is that different character encoding for every regular expression \ | ||
| 3 | object can be specified." | ||
| 4 | HOMEPAGE = "https://web.archive.org/web/20150807014439/http://www.geocities.jp/kosako3/oniguruma/" | ||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f" | ||
| 7 | |||
| 8 | SRC_URI = "https://web.archive.org/web/20150807014439/http://www.geocities.jp/kosako3/oniguruma/archive/${BP}.tar.gz \ | ||
| 9 | file://do-not-use-system-headers.patch \ | ||
| 10 | file://configure.patch" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "d08f10ea5c94919780e6b7bed1ef9830" | ||
| 13 | SRC_URI[sha256sum] = "d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7" | ||
| 14 | |||
| 15 | BINCONFIG = "${bindir}/onig-config" | ||
| 16 | |||
| 17 | inherit autotools binconfig-disabled | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
