diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-04-29 15:27:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-30 12:05:23 +0100 |
commit | 7603f21aadfa90cef29a60de31f82b80d902c9fb (patch) | |
tree | eb4d4c69fb7fb750ea53241636f2607c4384d865 /meta/recipes-core | |
parent | e0a6bdaa64ab8c8dd7ba583d1f9c7f73396f2331 (diff) | |
download | poky-7603f21aadfa90cef29a60de31f82b80d902c9fb.tar.gz |
dropbear: set CVE_PRODUCT
(From OE-Core rev: 3c247a4a166cabf7ddfea403cf272b3fb4e00872)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 3fbdb5e825..25376038f0 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -34,6 +34,8 @@ RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS | |||
34 | 34 | ||
35 | inherit autotools update-rc.d systemd | 35 | inherit autotools update-rc.d systemd |
36 | 36 | ||
37 | CVE_PRODUCT = "dropbear_ssh" | ||
38 | |||
37 | INITSCRIPT_NAME = "dropbear" | 39 | INITSCRIPT_NAME = "dropbear" |
38 | INITSCRIPT_PARAMS = "defaults 10" | 40 | INITSCRIPT_PARAMS = "defaults 10" |
39 | 41 | ||