On Wednesday 12 December 2012 20:25:50 Robert P. J. Day wrote: > Signed-off-by: Robert P. J. Day <[email protected]> > > --- > > someone else is welcome to apply this if it seems appropriate. > > diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass > index ed12802..31f76f6 100644 > --- a/meta/classes/patch.bbclass > +++ b/meta/classes/patch.bbclass > @@ -33,9 +33,6 @@ def src_patches(d, all = False ): > patchparm = {'patchname': patchname} > if "striplevel" in parm: > striplevel = parm["striplevel"] > - elif "pnum" in parm: > - #bb.msg.warn(None, "Deprecated usage of 'pnum' url parameter in > '%s', please use 'striplevel'" % url) - striplevel = > parm["pnum"] > else: > striplevel = '1' > patchparm['striplevel'] = striplevel
I'm not sure I see a pressing need to remove this support, but I am puzzled as to why the "deprecated" message is commented out - that should definitely be fixed if nothing else. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
