[meta-security][PATCH 7/7] isic: fix RDEPNEDS typo
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <bd6927e1dfc19b2b9619da85e03fb06b6fb6dc03.1776283733.git.scott.murray@konsulko.com> |
From: Haiqing Bai <[email protected]> Fix typo: RDEPNEDS -> RDEPENDS Signed-off-by: Haiqing Bai <[email protected]> (fixed RDEPENDS:${PN}) Signed-off-by: Scott Murray <[email protected]> --- recipes-security/isic/isic_0.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { oe_runconf } -RDEPNEDS += "libnet" +RDEPENDS:${PN} += "libnet" -- 2.53.0