diff options
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb')
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 0000000000..ec9f9f4fa3 --- /dev/null +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # | ||
| 2 | # This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular | ||
| 3 | # | ||
| 4 | |||
| 5 | require libxcrypt.inc | ||
| 6 | |||
| 7 | PROVIDES = "" | ||
| 8 | AUTO_LIBNAME_PKGS = "" | ||
| 9 | EXCLUDE_FROM_WORLD = "1" | ||
| 10 | |||
| 11 | API = "--enable-obsolete-api" | ||
| 12 | |||
| 13 | do_install:append () { | ||
| 14 | rm -rf ${D}${includedir} | ||
| 15 | rm -rf ${D}${libdir}/pkgconfig | ||
| 16 | rm -rf ${D}${datadir} | ||
| 17 | } | ||
| 18 | |||
