mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
base.bbclass: Add missing import os
This commit is contained in:
@@ -727,6 +727,7 @@ def base_get_metadata_svn_revision(d):
|
||||
|
||||
def generate_git_config(e):
|
||||
import bb
|
||||
import os
|
||||
from bb import data
|
||||
|
||||
if data.getVar('GIT_CORE_CONFIG', e.data, True):
|
||||
|
||||
Reference in New Issue
Block a user