mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 02:20:50 +00:00
meta-security-isafw: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ python do_analysesource() {
|
||||
recipe.version = recipe.version.split('+git', 1)[0]
|
||||
|
||||
for p in d.getVar('PACKAGES', True).split():
|
||||
license = str(d.getVar('LICENSE_' + p, True))
|
||||
license = str(d.getVar('LICENSE:' + p, True))
|
||||
if license == "None":
|
||||
license = d.getVar('LICENSE', True)
|
||||
license = license.replace("(", "")
|
||||
|
||||
@@ -20,6 +20,6 @@ do_install() {
|
||||
sed -i 's/\r//' ${D}${bindir}/checksec.sh
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "bash binutils"
|
||||
RDEPENDS:${PN} = "bash binutils"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user