diff mbox series

[2/2] php: remove lemon-native build dependency

Message ID 20231220155334.1055853-2-ross.burton@arm.com
State Accepted
Headers show
Series [1/2] lemon: upgrade to 3.44.2 | expand

Commit Message

Ross Burton Dec. 20, 2023, 3:53 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

This was required by the sqlite2 extension, which was removed from PHP
in 2010[1].

[1] https://github.com/php/php-src/commit/6c76f3606cddeb010cf1fc5ea28b47456ea9639e

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-devtools/php/php_8.2.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/php/php_8.2.9.bb b/meta-oe/recipes-devtools/php/php_8.2.9.bb
index 27d3be1b00..cb9d0060a3 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.9.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.9.bb
@@ -6,7 +6,7 @@  LICENSE = "PHP-3.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0"
 
 BBCLASSEXTEND = "native"
-DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native"
+DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native"
 DEPENDS:append:libc-musl = " libucontext"
 DEPENDS:class-native = "zlib-native libxml2-native"