diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2025-03-21 11:46:44 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-27 08:16:30 -0700 |
| commit | 27d7ee7bf6936f4f007ca815d6c4b9e93aa462b5 (patch) | |
| tree | 889f316a875870fb2630d6dcc964ab055813565d /meta/recipes-core/libxcrypt | |
| parent | 9da4f8dc2b70709dd58b5003d3a765af9f5ef9b9 (diff) | |
| download | poky-27d7ee7bf6936f4f007ca815d6c4b9e93aa462b5.tar.gz | |
libxcrypt-compat: Remove libcrypt.so to fix conflict with libcrypt
Fixed:
IMAGE_INSTALL:append = " libxcrypt-compat"
$ bitbake <image> -cpopulate_sdk
file /usr/lib/libcrypt.so from install of libxcrypt-compat-dev-4.4.33-r0.0.aarch64 conflicts with file from package libcrypt-dev-4.4.33-r0.2.aarch64
Remove libcrypt.so like other files to fix the error.
(From OE-Core rev: dc0c7a8c3d1d4f02869b7f0d42f704fd24bf0dde)
(From OE-Core rev: 1172a71f2104454a13e64886adbdb381aa8d6e0e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core/libxcrypt')
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb index ec9f9f4fa3..d5546ce9ba 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb | |||
| @@ -13,6 +13,6 @@ API = "--enable-obsolete-api" | |||
| 13 | do_install:append () { | 13 | do_install:append () { |
| 14 | rm -rf ${D}${includedir} | 14 | rm -rf ${D}${includedir} |
| 15 | rm -rf ${D}${libdir}/pkgconfig | 15 | rm -rf ${D}${libdir}/pkgconfig |
| 16 | rm -rf ${D}${libdir}/libcrypt.so | ||
| 16 | rm -rf ${D}${datadir} | 17 | rm -rf ${D}${datadir} |
| 17 | } | 18 | } |
| 18 | |||
