mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
safec: Put perl requiring tools into separate package
There is one script - a check tool that needs perl on target, which perhaps is only needed during development and testing therefore move that to a separate package. Rest of safec is then independent of perl runtime requirement. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,4 +16,8 @@ CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
|
|||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
|
||||||
|
|
||||||
RDEPENDS_${PN} = "perl"
|
PACKAGES =+ "${PN}-check"
|
||||||
|
|
||||||
|
FILES_${PN}-check += "${bindir}/check_for_unsafe_apis"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-check += "perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user