summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_extract.sh
Commit message (Collapse)AuthorAgeFilesLines
* ptxd_make_world_extract: do nothing if <PKG>_DIR is not definedMichael Olbrich2015-10-151-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: don't call ptxd_bailout while holding a ↵Michael Olbrich2015-06-161-0/+1
| | | | | | serialization token Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract.sh: complete get rid of deleting pkg_extract_dirMarc Kleine-Budde2015-06-111-1/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_extract.sh: don't remove pkg_extract_dir too early, it might ↵Marc Kleine-Budde2015-06-111-1/+1
| | | | | | | | | | point to builddir This patch fixes: eeb8ec75531b ptxd_make_world_extract: remove pkg_extract_dir before creating it Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_extract: remove pkg_extract_dir before creating itMarc Kleine-Budde2015-06-111-0/+1
| | | | | | ...pkg_extract_dir might be a link from a previous local_src/ override. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* limit parallel downloading and extracting for parallel buildingMichael Olbrich2015-05-261-0/+2
| | | | | | | Currently the number of parallel downloads is limited to 4 and the number of extract jobs to 2. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: don't break packages with ↵Michael Olbrich2014-03-031-2/+2
| | | | | | ${pkg_deprecated_extract_dir} set Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_get: check for file:// URL and <PKG>_SOURCE hereMichael Olbrich2014-02-281-3/+0
| | | | | | Otherwise we fail after copying the local file. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: add sanity checkMichael Olbrich2014-02-281-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: make it work with older tarMichael Olbrich2011-09-011-1/+1
| | | | | | | | Older tar versions (e.g. 1.22) cannot handle "--remove-files -c .": tar: .: Cannot rmdir: Invalid argument It tries to remove its current working directory which of course fails. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: force extracting to <PKG>_DIRMichael Olbrich2011-06-231-2/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lndir: add support for lndir:// URLJon Ringle2011-05-271-0/+14
| | | | | | | | | | | | | Use lndir for local external projects referenced by lndir:// URL lndir will create a shadow directory tree of the source tree populated with symlinks of all the files contained in the source tree. Building from the lndir created shadow tree will result in all files created by the build to be created in the shadow tree and leaving the source tree prestine. This is useful when building for multiple archs. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_extract: fix typoMichael Olbrich2011-03-211-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [extract] do nothing in extract and patching if both <PKG>_URL and ↵Michael Olbrich2010-10-271-0/+5
| | | | | | | | | <PKG>_SOURCE are undefined. This makes it possible to use the default extract stage for packages that have nothing to extract. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_world_extract] fix mkdirMarc Kleine-Budde2010-08-021-1/+1
| | | | | | | This fixes an error introduced in commit "0dbd7c1caad8dcc57e76caa05d5791f4fae238d4". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] cleanup shell implementationMarc Kleine-Budde2010-08-021-17/+9
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] rename function to ptxd_make_world_extractMarc Kleine-Budde2010-08-021-3/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] get rid of cmd line option -dMarc Kleine-Budde2010-08-021-19/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] get rid of cmd line option -pMarc Kleine-Budde2010-08-021-5/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] get rid of cmd line options -s and -uMarc Kleine-Budde2010-08-021-16/+10
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] remove not used ${STATEDIR}/packetlistMarc Kleine-Budde2010-08-021-2/+1
| | | | | | | | | | | | The "packetlist" has been introduced in "fbe9021f993aab251ebaae730fa86799b85bd8c7" in 2004 and was used in the script "scripts/collect_sources.sh". This script has been removed with commit "f9803b8008dc1af9cd84d7ba2a21689f971818e3" in 2006. Since then the "packetlist" file wasn't used. So let's remove it. Finally. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_extract] rename ptxd_make_extract.sh -> ↵Marc Kleine-Budde2010-08-021-0/+82
ptxd_make_world_extract.sh Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>