diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-core/libxcrypt | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt')
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb index ba74eb1f94..ec9f9f4fa3 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb | |||
| @@ -10,7 +10,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
| 10 | 10 | ||
| 11 | API = "--enable-obsolete-api" | 11 | API = "--enable-obsolete-api" |
| 12 | 12 | ||
| 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}${datadir} | 16 | rm -rf ${D}${datadir} |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 79a2aa49d6..d9b3a7d673 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
| @@ -17,7 +17,7 @@ SRC_URI += "file://fix_cflags_handling.patch" | |||
| 17 | 17 | ||
| 18 | PROVIDES = "virtual/crypt" | 18 | PROVIDES = "virtual/crypt" |
| 19 | 19 | ||
| 20 | FILES_${PN} = "${libdir}/libcrypt*.so.* \ | 20 | FILES:${PN} = "${libdir}/libcrypt*.so.* \ |
| 21 | ${libdir}/libcrypt-*.so \ | 21 | ${libdir}/libcrypt-*.so \ |
| 22 | ${libdir}/libowcrypt*.so.* \ | 22 | ${libdir}/libowcrypt*.so.* \ |
| 23 | ${libdir}/libowcrypt-*.so \ | 23 | ${libdir}/libowcrypt-*.so \ |
| @@ -27,7 +27,7 @@ S = "${WORKDIR}/git" | |||
| 27 | 27 | ||
| 28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
| 29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" | 29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" |
| 30 | CPPFLAGS_append_class-nativesdk = " -Wno-error" | 30 | CPPFLAGS:append:class-nativesdk = " -Wno-error" |
| 31 | 31 | ||
| 32 | API = "--disable-obsolete-api" | 32 | API = "--disable-obsolete-api" |
| 33 | EXTRA_OECONF += "${API}" | 33 | EXTRA_OECONF += "${API}" |
