diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:06:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:52 +0200 |
commit | 720012eb7620d9143514afa902c62e9c43e4de65 (patch) | |
tree | 7b574b9b090beec0d904c60e37ff48ed4ed96a8e /meta-oe/recipes-support/onig/onig_5.9.3.bb | |
parent | b2465e6a958081029941231f6d54e597c5b37303 (diff) | |
download | meta-openembedded-720012eb7620d9143514afa902c62e9c43e4de65.tar.gz |
onig: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe/recipes-support/onig/onig_5.9.3.bb')
-rw-r--r-- | meta-oe/recipes-support/onig/onig_5.9.3.bb | 3 |
1 files changed, 2 insertions, 1 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 index f67ceede6..22db78afe 100644 --- a/meta-oe/recipes-support/onig/onig_5.9.3.bb +++ b/meta-oe/recipes-support/onig/onig_5.9.3.bb | |||
@@ -6,7 +6,8 @@ LICENSE = "BSD" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4861b5bc0c392a5aa90d9d76ebd86f" |
7 | 7 | ||
8 | SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.geocities.jp/kosako3/oniguruma/archive/onig-${PV}.tar.gz \ |
9 | file://do-not-use-system-headers.patch" | 9 | file://do-not-use-system-headers.patch \ |
10 | file://configure.patch" | ||
10 | 11 | ||
11 | SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a" | 12 | SRC_URI[md5sum] = "0d4eda2066d3c92970842a6790ce897a" |
12 | SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a" | 13 | SRC_URI[sha256sum] = "c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a" |