diff options
| -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 | |||
