diff options
| author | Haiqing Bai <haiqing.bai@windriver.com> | 2026-04-14 17:22:07 +0800 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-04-15 00:18:23 +0300 |
| commit | bd6927e1dfc19b2b9619da85e03fb06b6fb6dc03 (patch) | |
| tree | cd3b50384de002937b7f900120af5a7eb68b387f | |
| parent | c3ddb212cf514b20317598d657d691779a3d4b78 (diff) | |
| download | meta-security-bd6927e1dfc19b2b9619da85e03fb06b6fb6dc03.tar.gz | |
isic: fix RDEPNEDS typo
Fix typo: RDEPNEDS -> RDEPENDS
Signed-off-by: Haiqing Bai <haiqing.bai@windriver.com>
(fixed RDEPENDS:${PN})
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
| -rw-r--r-- | recipes-security/isic/isic_0.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb index 8e0f5ce..9ebb669 100644 --- a/recipes-security/isic/isic_0.07.bb +++ b/recipes-security/isic/isic_0.07.bb | |||
| @@ -31,4 +31,4 @@ do_configure () { | |||
| 31 | oe_runconf | 31 | oe_runconf |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | RDEPNEDS += "libnet" | 34 | RDEPENDS:${PN} += "libnet" |
