mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
onig: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Martin Jansa
parent
b2465e6a95
commit
720012eb76
@@ -0,0 +1,13 @@
|
||||
Index: onig-5.9.3/configure.in
|
||||
===================================================================
|
||||
--- onig-5.9.3.orig/configure.in 2012-10-26 07:06:14.000000000 +0000
|
||||
+++ onig-5.9.3/configure.in 2014-07-18 08:02:52.701574484 +0000
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
-AM_INIT_AUTOMAKE
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@ LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f"
|
||||
|
||||
SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz \
|
||||
file://do-not-use-system-headers.patch"
|
||||
file://do-not-use-system-headers.patch \
|
||||
file://configure.patch"
|
||||
|
||||
SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a"
|
||||
SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a"
|
||||
|
||||
Reference in New Issue
Block a user