diff options
author | Ross Burton <ross.burton@arm.com> | 2023-12-20 15:53:34 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-21 08:00:40 -0800 |
commit | 668ba95ea7d1d5a9ea37e2a725f152eaf5eebd94 (patch) | |
tree | 89befaca557e7e5871b3ed260733691c288512aa | |
parent | f795f9d409219f3efba99213d75b8fd46aa41689 (diff) | |
download | meta-openembedded-668ba95ea7d1d5a9ea37e2a725f152eaf5eebd94.tar.gz |
php: remove lemon-native build dependency
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 27d3be1b0..cb9d0060a 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" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" | 9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native" |
10 | DEPENDS:append:libc-musl = " libucontext" | 10 | DEPENDS:append:libc-musl = " libucontext" |
11 | DEPENDS:class-native = "zlib-native libxml2-native" | 11 | DEPENDS:class-native = "zlib-native libxml2-native" |
12 | 12 | ||