All of lore.kernel.org
 help / color / mirror / Atom feed
* problem with modifications to base.bbclass
@ 2010-04-24  9:25 David Hemmo
  2010-04-24 16:53 ` Chris Larson
  0 siblings, 1 reply; 4+ messages in thread
From: David Hemmo @ 2010-04-24  9:25 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I am trying to build an image and I run in a python error that seems to be caused by the latest modifications to base.bbclase

ERROR: Error in executing: /home/owner/dvt/oe/oe_shogo2test/recipes/stage-manager/stagemanager-native_0.0.1.bb
ERROR: Exception:<type 'exceptions.TypeError'> Message:oe_unpack_file() got an unexpected keyword argument 'env'
ERROR: Printing the environment of the function
ERROR: 	0030:			destdir = os.path.join(workdir, *subdirs)
ERROR: 	0031:			bb.mkdirhier(destdir)
ERROR: 	0032:		else:
ERROR: 	0033:			destdir = workdir
ERROR: 	0034:		oe_unpack_file(local, destdir, env=env, **urldata.parm)
ERROR: 	0035:
ERROR: Error in executing: /home/owner/dvt/oe/oe_shogo2test/recipes/stage-manager/stagemanager-native_0.0.1.bb
ERROR: Exception:<type 'exceptions.TypeError'> Message:oe_unpack_file() got an unexpected keyword argument 'env'
ERROR: Printing the environment of the function
ERROR: Build of /home/owner/dvt/oe/oe_shogo2test/recipes/stage-manager/stagemanager-native_0.0.1.bb do_unpack failed

it seems the parameters sent to oe_unpack_file are not what the function faits for

def oe_unpack_file(file, data, url = None):

I am too new to this project to propose a patch, but I hope someone will be able to help

Thanks

David Hemmo


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-25 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24  9:25 problem with modifications to base.bbclass David Hemmo
2010-04-24 16:53 ` Chris Larson
2010-04-24 23:54   ` David Hemmo
2010-04-25 11:13     ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.