diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-01 15:25:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
| commit | 18fba5eb0597e401453e0e8999554fb94bd8375d (patch) | |
| tree | a758a839ce47e4c82c07170fc46032e4e001bd33 | |
| parent | 4b6da73a2cd3aaf8e36eb9857843af98fcd92bc1 (diff) | |
| download | poky-18fba5eb0597e401453e0e8999554fb94bd8375d.tar.gz | |
libx11: drop dependency on autoconf-archive-native
The tarball includes the relevant M4 macros, so autoconf-archive is not
needed to reconfigure.
(From OE-Core rev: 587c42e7f61a0bda04add1e8252f049a8ddf4087)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb index 5ce5481743..580e44889d 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb | |||
| @@ -13,7 +13,6 @@ DEPENDS += "xorgproto \ | |||
| 13 | xtrans \ | 13 | xtrans \ |
| 14 | libxcb \ | 14 | libxcb \ |
| 15 | xorgproto-native \ | 15 | xorgproto-native \ |
| 16 | autoconf-archive-native \ | ||
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | PROVIDES = "virtual/libx11" | 18 | PROVIDES = "virtual/libx11" |
