diff options
| -rw-r--r-- | meta-oe/recipes-devtools/php/php-5.6.31/0001-Add-lpthread-to-link.patch (renamed from meta-oe/recipes-devtools/php/php-5.6.26/0001-Add-lpthread-to-link.patch) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/php/php-5.6.31/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (renamed from meta-oe/recipes-devtools/php/php-5.6.26/change-AC_TRY_RUN-to-AC_TRY_LINK.patch) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_5.6.26.bb | 19 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_5.6.31.bb | 10 |
4 files changed, 10 insertions, 19 deletions
diff --git a/meta-oe/recipes-devtools/php/php-5.6.26/0001-Add-lpthread-to-link.patch b/meta-oe/recipes-devtools/php/php-5.6.31/0001-Add-lpthread-to-link.patch index f70e550ff6..f70e550ff6 100644 --- a/meta-oe/recipes-devtools/php/php-5.6.26/0001-Add-lpthread-to-link.patch +++ b/meta-oe/recipes-devtools/php/php-5.6.31/0001-Add-lpthread-to-link.patch | |||
diff --git a/meta-oe/recipes-devtools/php/php-5.6.26/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-5.6.31/change-AC_TRY_RUN-to-AC_TRY_LINK.patch index 39c334f39d..39c334f39d 100644 --- a/meta-oe/recipes-devtools/php/php-5.6.26/change-AC_TRY_RUN-to-AC_TRY_LINK.patch +++ b/meta-oe/recipes-devtools/php/php-5.6.31/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | |||
diff --git a/meta-oe/recipes-devtools/php/php_5.6.26.bb b/meta-oe/recipes-devtools/php/php_5.6.26.bb deleted file mode 100644 index 7e566b1ba2..0000000000 --- a/meta-oe/recipes-devtools/php/php_5.6.26.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | require php.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4" | ||
| 4 | |||
| 5 | SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ | ||
| 6 | file://pthread-check-threads-m4.patch \ | ||
| 7 | file://0001-Add-lpthread-to-link.patch \ | ||
| 8 | " | ||
| 9 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" | ||
| 10 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" | ||
| 11 | |||
| 12 | python () { | ||
| 13 | ver = d.getVar('PV') | ||
| 14 | if not d.getVar('php_'+ver+'_OK'): | ||
| 15 | msg = "%s disables itself because of many outstanding CVEs!" % (ver) | ||
| 16 | msg = msg + " Define php_%s_OK = '1' to build it." % (ver) | ||
| 17 | raise bb.parse.SkipPackage(msg) | ||
| 18 | } | ||
| 19 | |||
diff --git a/meta-oe/recipes-devtools/php/php_5.6.31.bb b/meta-oe/recipes-devtools/php/php_5.6.31.bb new file mode 100644 index 0000000000..dd8047be29 --- /dev/null +++ b/meta-oe/recipes-devtools/php/php_5.6.31.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require php.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4" | ||
| 4 | |||
| 5 | SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ | ||
| 6 | file://pthread-check-threads-m4.patch \ | ||
| 7 | file://0001-Add-lpthread-to-link.patch \ | ||
| 8 | " | ||
| 9 | SRC_URI[md5sum] = "620abe25e0d6cd5f041a360a30ce5783" | ||
| 10 | SRC_URI[sha256sum] = "8f397169cb65f0539f3bcb04060f97770d73e19074a37bd2c58b98ebf6ecb10f" | ||
