diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-01 05:07:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:12 +0000 |
commit | 274d7e51478460b3b0fb55f224bc5e3ca6ae8272 (patch) | |
tree | a93a6b19eb6ffa749998fc639069bc2a9112bd99 /meta/recipes-devtools | |
parent | 7d039b4dd214ef88d9d09825ae8e1d07b7df3913 (diff) | |
download | poky-274d7e51478460b3b0fb55f224bc5e3ca6ae8272.tar.gz |
swig: 3.0.8 -> 3.0.10
Upgrade swig from 3.0.8 to 3.0.10.
(From OE-Core rev: e04d91771d8f3682080317cf0a160a18184df54b)
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/swig/swig_3.0.10.bb (renamed from meta/recipes-devtools/swig/swig_3.0.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/swig/swig_3.0.8.bb b/meta/recipes-devtools/swig/swig_3.0.10.bb index c1b820e0d0..44c26c4ea2 100644 --- a/meta/recipes-devtools/swig/swig_3.0.8.bb +++ b/meta/recipes-devtools/swig/swig_3.0.10.bb | |||
@@ -3,6 +3,6 @@ require ${BPN}.inc | |||
3 | SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \ | 3 | SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \ |
4 | file://0001-configure-use-pkg-config-for-pcre-detection.patch \ | 4 | file://0001-configure-use-pkg-config-for-pcre-detection.patch \ |
5 | " | 5 | " |
6 | SRC_URI[md5sum] = "c96a1d5ecb13d38604d7e92148c73c97" | 6 | SRC_URI[md5sum] = "bb4ab8047159469add7d00910e203124" |
7 | SRC_URI[sha256sum] = "58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453" | 7 | SRC_URI[sha256sum] = "2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c" |
8 | 8 | ||