Message ID | 20250321114644.3160133-1-ross.burton@arm.com |
---|---|
State | Accepted, archived |
Commit | 1172a71f2104454a13e64886adbdb381aa8d6e0e |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone] libxcrypt-compat: Remove libcrypt.so to fix conflict with libcrypt | expand |
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 ec9f9f4fa34..d5546ce9bab 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" do_install:append () { rm -rf ${D}${includedir} rm -rf ${D}${libdir}/pkgconfig + rm -rf ${D}${libdir}/libcrypt.so rm -rf ${D}${datadir} } -