mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
classes: Remove and sanitise import statements
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -10,7 +10,6 @@ inherit cpan-base
|
||||
# libmodule-build-perl)
|
||||
#
|
||||
def cpan_build_dep_prepend(d):
|
||||
import bb;
|
||||
if bb.data.getVar('CPAN_BUILD_DEPS', d, 1):
|
||||
return ''
|
||||
pn = bb.data.getVar('PN', d, 1)
|
||||
|
||||
Reference in New Issue
Block a user