mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 05:09:48 +00:00
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>
This commit is contained in:
committed by
Scott Murray
parent
c3ddb212cf
commit
bd6927e1df
@@ -31,4 +31,4 @@ do_configure () {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPNEDS += "libnet"
|
RDEPENDS:${PN} += "libnet"
|
||||||
|
|||||||
Reference in New Issue
Block a user