summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php_8.1.7.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.7.bb b/meta-oe/recipes-devtools/php/php_8.1.7.bb
index e9e8eccf3..cf4f6be3f 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.7.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.7.bb
@@ -35,6 +35,12 @@ SRC_URI:append:class-target = " \
35S = "${WORKDIR}/php-${PV}" 35S = "${WORKDIR}/php-${PV}"
36SRC_URI[sha256sum] = "b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d" 36SRC_URI[sha256sum] = "b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d"
37 37
38CVE_CHECK_IGNORE += "\
39 CVE-2007-2728 \
40 CVE-2007-3205 \
41 CVE-2007-4596 \
42"
43
38inherit autotools pkgconfig python3native gettext 44inherit autotools pkgconfig python3native gettext
39 45
40# phpize is not scanned for absolute paths by default (but php-config is). 46# phpize is not scanned for absolute paths by default (but php-config is).