diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-11-29 13:59:15 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-11-29 14:38:11 +0800 |
commit | a100ee126ae5aae73214b8dfd1f3edf63c5200c1 (patch) | |
tree | c41765d69814e70659f633a493a42b22b8ac9f54 | |
parent | 08c3f81a5fa0fb6567eaf895cdb9521ffe146b97 (diff) | |
download | meta-secure-core-a100ee126ae5aae73214b8dfd1f3edf63c5200c1.tar.gz |
sign_rpm_ext.bbclass: remove prefuncs for do_package_write_rpm and
do_rootfs
in commit 393b80fa, prefuncs of do_package_write_rpm/do_rootfs
have been replace by (task)_prepend in this bbclass, so remove it.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
-rw-r--r-- | meta-integrity/classes/sign_rpm_ext.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-integrity/classes/sign_rpm_ext.bbclass b/meta-integrity/classes/sign_rpm_ext.bbclass index 1d72d15..adc8ae4 100644 --- a/meta-integrity/classes/sign_rpm_ext.bbclass +++ b/meta-integrity/classes/sign_rpm_ext.bbclass | |||
@@ -17,9 +17,6 @@ python check_rpm_public_key () { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | check_rpm_public_key[lockfiles] = "${TMPDIR}/gpg_key.lock" | 19 | check_rpm_public_key[lockfiles] = "${TMPDIR}/gpg_key.lock" |
20 | do_package_write_rpm[prefuncs] += "check_rpm_public_key" | ||
21 | do_rootfs[prefuncs] += "check_rpm_public_key" | ||
22 | |||
23 | check_rpm_public_key[prefuncs] += "check_deploy_keys" | 20 | check_rpm_public_key[prefuncs] += "check_deploy_keys" |
24 | do_package_write_rpm[depends] += "${GPG_DEP}" | 21 | do_package_write_rpm[depends] += "${GPG_DEP}" |
25 | do_rootfs[depends] += "${GPG_DEP}" | 22 | do_rootfs[depends] += "${GPG_DEP}" |