mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
populate_sdk_ext/sign_rpm/sign_package_feed: Add missing getVar parameter
We should always pass a parameter to getVar, add missing default value. (From OE-Core rev: 31bc0a46a97d7dc98568a218c077c31d8b11dbd9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -24,7 +24,7 @@ python () {
|
||||
|
||||
# Set expected location of the public key
|
||||
d.setVar('PACKAGE_FEED_GPG_PUBKEY',
|
||||
os.path.join(d.getVar('STAGING_ETCDIR_NATIVE'),
|
||||
os.path.join(d.getVar('STAGING_ETCDIR_NATIVE', False),
|
||||
'PACKAGE-FEED-GPG-PUBKEY'))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user