Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:dependencies [2019/05/31 19:33] – [Special Notes] cotequeirozdocs:guide-developer:dependencies [2022/03/21 21:43] (current) – [Bugs] why not use the same environment variable the build system uses? russellsenior
Line 110: Line 110:
 There may be bugs in the OpenWrt build system wrt to dependencies.  If you can confirm that you have a dependency problem, please report a bug.  The developers would appreciate the following information: There may be bugs in the OpenWrt build system wrt to dependencies.  If you can confirm that you have a dependency problem, please report a bug.  The developers would appreciate the following information:
  
-  * the relevant portions of ''$ROOTDIR/tmp/.config-package.in'' (where $ROOTDIR is your OpenWrt source root dir)+  * the relevant portions of ''$TOPDIR/tmp/.config-package.in'' (where $TOPDIR is the directory where you checked out OpenWrt and where you initiate your builds)
  
 **NB** Many apparent bugs are caused by circular dependencies.  The OpenWrt build system doesn't like circular dependencies. **NB** Many apparent bugs are caused by circular dependencies.  The OpenWrt build system doesn't like circular dependencies.
  • Last modified: 2019/05/31 19:33
  • by cotequeiroz