mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
oniguruma: add 5.9.3 version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
af0a0dde19
commit
563502f41d
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION = "Regular expressions library. The characteristics of this \
|
||||||
|
library is that different character encoding for every regular expression \
|
||||||
|
object can be specified."
|
||||||
|
HOMEPAGE = "http://www.geocities.jp/kosako3/oniguruma/"
|
||||||
|
LICENSE = "BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f"
|
||||||
|
|
||||||
|
SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
|
||||||
|
SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
|
||||||
|
|
||||||
|
DEPENDS = "libevent"
|
||||||
|
|
||||||
|
inherit autotools binconfig
|
||||||
Reference in New Issue
Block a user