diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-02-07 10:50:58 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:54:59 +0100 |
commit | 563502f41d1a814d25f4ddbfbc5c79c44378a49e (patch) | |
tree | 785915825c0a78c416a608c12cfb746135c835d9 /meta-oe | |
parent | af0a0dde191acb5725073e30a8a0b42d819233c6 (diff) | |
download | meta-openembedded-563502f41d1a814d25f4ddbfbc5c79c44378a49e.tar.gz |
oniguruma: add 5.9.3 version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/onig/onig_5.9.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_5.9.3.bb b/meta-oe/recipes-support/onig/onig_5.9.3.bb new file mode 100644 index 000000000..230e58574 --- /dev/null +++ b/meta-oe/recipes-support/onig/onig_5.9.3.bb | |||
@@ -0,0 +1,15 @@ | |||
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 = "http://www.geocities.jp/kosako3/oniguruma/" | ||
5 | LICENSE = "BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f" | ||
7 | |||
8 | SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a" | ||
11 | SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a" | ||
12 | |||
13 | DEPENDS = "libevent" | ||
14 | |||
15 | inherit autotools binconfig | ||