summaryrefslogtreecommitdiff
path: root/strata/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Set DESTDIR explicitly in a few cases.sam/explicit-destdirSam Thursfield2017-08-151-1/+1
| | | | | This makes life easier when converting to BuildStream, as BuildStream doesn't set DESTDIR in the environment.
* Install git-completion scriptBen Brown2016-04-051-0/+2
| | | | Change-Id: I68c12f9425bc2a3f0f6478d2a434bbc2b590d6d9
* RFC: Build git with man pagesRichard Ipsum2015-10-191-0/+9
| | | | | | | | | | | | | | | This commit renames git in core to git-minimal and adds a git chunk into devtools, the git chunk will replace git-minimal and will build and install git's man pages. It seems difficult to modify git in core so that it builds with docs without creating circular dependencies, chunks such as libtool depend on git, libxml2 depends on libtool, so libxml2 depends on git, but docutils depends on libxml2, and we need to make git depend on docutils, the fact that python2 is no longer in core also adds to the difficulty since asciidoc's build process depends on python2. Change-Id: Ifc64019b941740c85db058d36183b4a210c60e15
* Add wgetRichard Ipsum2015-07-171-0/+10
| | | | Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12
* Fix and update nano.Michael Drake2015-03-311-0/+16
| | | | | | | | | | | | Nano was broken; its binary not ending up in the systems. Here we fix that, update to 2.4.0 (which has full undo/redo functionality), and provide useful default config (enabling syntax highlighting, etc). Nano has also been moved from core to devtools. This stops morph from wanting to rebuild the world when you update Nano. Change-Id: I702b070cde6731fde04fc8a0810e2191e0bd4e6d
* Move some tools into newly created devtools stratumRichard Ipsum2015-01-222-0/+21
Collect tools which nothing build depends on into same stratum to reduce unnecessary rebuilding.