Hi, building many packages fail because wrong usage if "quilt". :( An error message:
$bitbake -b packages/at76c503a/at76c503a-modules_cvs.bb NOTE: package at76c503a-modules-0.0+cvs20060726: started NOTE: package at76c503a-modules-0.0+cvs20060726-r4: task do_fetch: started NOTE: package at76c503a-modules-0.0+cvs20060726-r4: task do_fetch: completed NOTE: package at76c503a-modules-0.0+cvs20060726-r4: task do_patch: started ERROR: function do_patchcleancmd failed ERROR: log data follows (/home/user/stuff/oe/org.openembedded.dev/tmp/work/spitz-linux/at76c503a-modules-0.0+cvs20060726-r4/temp/log.do_patchcleancmd.15589) | Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ... | quilt --version | Commands are: | | Global options: | | --trace | Runs the command in bash trace mode (-x). For internal debugging. | | --quiltrc file | Use the specified configuration file instead of ~/.quiltrc (or | /etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf | documentation for details about its possible contents. | | --version | Print the version number and exit immediately. If I enable bitbake debug mode (-D switch) I get shown the erroneous call: + quilt pop -a -R -f I have found quilt call in bitbake.conf (PATCHCLEANCMD=). bitbake.conf: PATCHCLEANCMD = 'if [ -n "`quilt applied`" ]; then quilt pop -a -R -f || exit 1; fi' How may I change this line to compile successfully? bye _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
