mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
onig: add support for orig-native + misc minor fixes
- Add support for orig-native - Drop unnecessary dependency on libevent - Update HOMEPAGE and SRC_URI to webarchive mirrors (originals no longer available) - Switch binconfig -> binconfig-disabled Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ea21a3f624
commit
a6ad786252
@@ -1,17 +1,19 @@
|
||||
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/"
|
||||
HOMEPAGE = "https://web.archive.org/web/20150807014439/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 = "https://web.archive.org/web/20150807014439/http://www.geocities.jp/kosako3/oniguruma/archive/${BP}.tar.gz \
|
||||
file://do-not-use-system-headers.patch \
|
||||
file://configure.patch"
|
||||
|
||||
SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
|
||||
SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
|
||||
|
||||
DEPENDS = "libevent"
|
||||
BINCONFIG = "${bindir}/onig-config"
|
||||
|
||||
inherit autotools binconfig
|
||||
inherit autotools binconfig-disabled
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user