mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
meta-security: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -35,8 +35,8 @@ do_install_ () {
|
||||
}
|
||||
|
||||
|
||||
INSANE_SKIP_${PN} = "already-stripped"
|
||||
INSANE_SKIP_${PN}-dev = "ldflags"
|
||||
INSANE_SKIP:${PN} = "already-stripped"
|
||||
INSANE_SKIP:${PN}-dev = "ldflags"
|
||||
|
||||
RDEPENDS_${PN} = "go"
|
||||
RDEPENDS_${PN}-dev = "bash"
|
||||
RDEPENDS:${PN} = "go"
|
||||
RDEPENDS:${PN}-dev = "bash"
|
||||
|
||||
Reference in New Issue
Block a user