diff options
-rw-r--r-- | meta-oe/recipes-core/safec/safec_3.5.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.5.bb b/meta-oe/recipes-core/safec/safec_3.5.bb index c9ace3b0b8..66b1f6a1aa 100644 --- a/meta-oe/recipes-core/safec/safec_3.5.bb +++ b/meta-oe/recipes-core/safec/safec_3.5.bb | |||
@@ -16,4 +16,8 @@ CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE" | |||
16 | 16 | ||
17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux' |
18 | 18 | ||
19 | RDEPENDS_${PN} = "perl" | 19 | PACKAGES =+ "${PN}-check" |
20 | |||
21 | FILES_${PN}-check += "${bindir}/check_for_unsafe_apis" | ||
22 | |||
23 | RDEPENDS_${PN}-check += "perl" | ||