mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
meta-secure-core: Convert to new override syntax
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -21,11 +21,11 @@ check_rpm_public_key[prefuncs] += "check_deploy_keys"
|
||||
do_package_write_rpm[depends] += "${GPG_DEP}"
|
||||
do_rootfs[depends] += "${GPG_DEP}"
|
||||
|
||||
python do_package_write_rpm_prepend() {
|
||||
python do_package_write_rpm:prepend() {
|
||||
bb.build.exec_func("check_rpm_public_key", d)
|
||||
}
|
||||
|
||||
python do_rootfs_prepend() {
|
||||
python do_rootfs:prepend() {
|
||||
bb.build.exec_func("check_rpm_public_key", d)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user