diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb')
| -rw-r--r-- | meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb index a39aeb617e..e26820f780 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb | |||
| @@ -16,16 +16,16 @@ S = "${WORKDIR}/git" | |||
| 16 | 16 | ||
| 17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
| 18 | 18 | ||
| 19 | EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1" | 19 | EXTRA_OEMAKE:append = "PREFIX=${prefix} USE_SHARED_LIB=1" |
| 20 | # We want to statically link the binary to libfsverity on native Windows | 20 | # We want to statically link the binary to libfsverity on native Windows |
| 21 | EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1" | 21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" |
| 22 | EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1" | 22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" |
| 23 | 23 | ||
| 24 | do_install() { | 24 | do_install() { |
| 25 | oe_runmake install DESTDIR=${D} | 25 | oe_runmake install DESTDIR=${D} |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | PACKAGES =+ "libfsverity" | 28 | PACKAGES =+ "libfsverity" |
| 29 | FILES_libfsverity = "${libdir}/libfsverity*${SOLIBS}" | 29 | FILES:libfsverity = "${libdir}/libfsverity*${SOLIBS}" |
| 30 | 30 | ||
| 31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
