diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2016-12-26 22:39:08 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-10 13:12:54 +0100 |
commit | c1ad61096eb2fc997061aa6b6cb2882837bd1d4e (patch) | |
tree | df89b107c1fefc8bf21b1f34e7e4a05cc5c8a1a9 /meta-oe/recipes-devtools/php/php_5.6.26.bb | |
parent | cae9cafb9c536fd5ea40d1457c0ee1fcd6a6aa43 (diff) | |
download | meta-openembedded-c1ad61096eb2fc997061aa6b6cb2882837bd1d4e.tar.gz |
php: Add 7.1.0
1)Add php_7.1.0.bb
2)Delete php_5.5.38.bb,since it is replaced by php_5.6.26.bb.
3)Move pthread-check-threads-m4.patch out of 7.1.0, since it is integrated upstream.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_5.6.26.bb')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_5.6.26.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.6.26.bb b/meta-oe/recipes-devtools/php/php_5.6.26.bb index cbd0615d6..ddc7ce3c3 100644 --- a/meta-oe/recipes-devtools/php/php_5.6.26.bb +++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb | |||
@@ -2,6 +2,8 @@ require php.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4" |
4 | 4 | ||
5 | SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch" | 5 | SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ |
6 | file://pthread-check-threads-m4.patch \ | ||
7 | " | ||
6 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" | 8 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" |
7 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" | 9 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" |