mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
php: update stable version to 5.6.31
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6896f588b6
commit
94888f1f77
@@ -1,19 +0,0 @@
|
||||
require php.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
|
||||
|
||||
SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \
|
||||
file://pthread-check-threads-m4.patch \
|
||||
file://0001-Add-lpthread-to-link.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e"
|
||||
SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236"
|
||||
|
||||
python () {
|
||||
ver = d.getVar('PV')
|
||||
if not d.getVar('php_'+ver+'_OK'):
|
||||
msg = "%s disables itself because of many outstanding CVEs!" % (ver)
|
||||
msg = msg + " Define php_%s_OK = '1' to build it." % (ver)
|
||||
raise bb.parse.SkipPackage(msg)
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
require php.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
|
||||
|
||||
SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \
|
||||
file://pthread-check-threads-m4.patch \
|
||||
file://0001-Add-lpthread-to-link.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "620abe25e0d6cd5f041a360a30ce5783"
|
||||
SRC_URI[sha256sum] = "8f397169cb65f0539f3bcb04060f97770d73e19074a37bd2c58b98ebf6ecb10f"
|
||||
Reference in New Issue
Block a user