mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:14:38 +00:00
base.bbclass: Add missing import bb
This commit is contained in:
parent
e265dbee9e
commit
d487daccd6
@ -726,6 +726,7 @@ def base_get_metadata_svn_revision(d):
|
||||
return revision
|
||||
|
||||
def generate_git_config(e):
|
||||
import bb
|
||||
from bb import data
|
||||
|
||||
if data.getVar('GIT_CORE_CONFIG', e.data, True):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user