mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
base.bbclass: fixed typo
This commit is contained in:
committed by
Marcin Juszkiewicz
parent
79414eecf7
commit
2ab930bf33
@@ -85,7 +85,7 @@ def base_chk_file(parser, pn, pv, src_uri, localpath, data):
|
|||||||
|
|
||||||
|
|
||||||
def base_dep_prepend(d):
|
def base_dep_prepend(d):
|
||||||
import bb;
|
import bb
|
||||||
#
|
#
|
||||||
# Ideally this will check a flag so we will operate properly in
|
# Ideally this will check a flag so we will operate properly in
|
||||||
# the case where host == build == target, for now we don't work in
|
# the case where host == build == target, for now we don't work in
|
||||||
|
|||||||
Reference in New Issue
Block a user