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-security/passwdqc/passwdqc_1.3.1.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-security/passwdqc/passwdqc_1.3.1.bb')
| -rw-r--r-- | meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb index dd302506d7..b148fdcb59 100644 --- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb +++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | |||
| @@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a7 | |||
| 35 | 35 | ||
| 36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam | 36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam |
| 37 | # this package's pam_passwdqc.so needs pam | 37 | # this package's pam_passwdqc.so needs pam |
| 38 | CFLAGS_append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" | 38 | CFLAGS:append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" |
| 39 | 39 | ||
| 40 | # -e is no longer default setting in bitbake.conf | 40 | # -e is no longer default setting in bitbake.conf |
| 41 | EXTRA_OEMAKE = "-e" | 41 | EXTRA_OEMAKE = "-e" |
| @@ -58,9 +58,9 @@ do_install() { | |||
| 58 | PROVIDES += "pam-${BPN}" | 58 | PROVIDES += "pam-${BPN}" |
| 59 | PACKAGES =+ "lib${BPN} pam-${BPN}" | 59 | PACKAGES =+ "lib${BPN} pam-${BPN}" |
| 60 | 60 | ||
| 61 | FILES_lib${BPN} = "${base_libdir}/libpasswdqc.so.0" | 61 | FILES:lib${BPN} = "${base_libdir}/libpasswdqc.so.0" |
| 62 | FILES_pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" | 62 | FILES:pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" |
| 63 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 63 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
| 64 | 64 | ||
| 65 | RDEPENDS_${PN} = "lib${BPN} pam-${BPN}" | 65 | RDEPENDS:${PN} = "lib${BPN} pam-${BPN}" |
| 66 | RDEPENDS_pam-${BPN} = "lib${BPN}" | 66 | RDEPENDS:pam-${BPN} = "lib${BPN}" |
