diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-09-15 07:39:51 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-09-17 21:08:19 -0700 |
| commit | 5a9f865792a2bd1d15128d1f76fff035c63f172d (patch) | |
| tree | 88c43d46d5dad7c53a8b1aace4f0323f0f3558ea /recipes-security | |
| parent | 62e7b5798d26f7db71728e7ce73ba41382aacf15 (diff) | |
| download | meta-security-5a9f865792a2bd1d15128d1f76fff035c63f172d.tar.gz | |
packagegroup-core-security: change scapy to python name
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index 6682d29..5317aee 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
| @@ -27,7 +27,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
| 27 | checksec \ | 27 | checksec \ |
| 28 | nmap \ | 28 | nmap \ |
| 29 | pinentry \ | 29 | pinentry \ |
| 30 | scapy \ | 30 | python3-scapy \ |
| 31 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ | 31 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
