summaryrefslogtreecommitdiffstats
path: root/package/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: bump to version 4.1.0Yegor Yefremov2018-04-202-3/+5
| | | | | | | | Also install bootstrap.min.css.map as it is referenced from bootstrap.min.css. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* packages: use new $($PKG)_DL_DIR) variableMaxime Hadjinlian2018-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Instead of DL_DIR, the package should now use $(PKG)_DL_DIR to ease the transition into a new directory structure for DL_DIR. This commit has been generated with the following scripts: for i in $(find . -iname "*.mk"); do if ! grep -q "\$(DL_DIR)" ${i}; then continue fi pkg_name="$(basename $(dirname ${i}))" [ "${pkg_name}" = "package" ] && continue raw_pkg_name=$(echo ${pkg_name} | tr [a-z] [A-Z] | tr '-' '_') pkg_dl_dir="${raw_pkg_name}_DL_DIR" sed -i "s/\$(DL_DIR)/\$($pkg_dl_dir)/" ${i} done Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/bootstrap: fix licence file pathRomain Naour2018-02-052-2/+2
| | | | | | | | | | | The licence file is in css/ directory. Fixes: http://autobuild.buildroot.net/results/0d4/0d4b9488d1aa80e8d290e4dfe1937c3879eceea4 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* bootstrap: bump version to 4.0.0Adam Duskett2018-01-302-7/+4
| | | | | | | | | | | other changes: - Add a license file to bootstrap.mk - Add a hash for the license file to bootstrap.hash - Remove copying bootstrap-theme.min.css as it's no longer included. - Remove copying fonts folder as it's no longer included. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/bootstrap: bump version to 3.3.7Bernd Kuhls2017-05-252-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Extended _EXTRACT_CMDS and _INSTALL_TARGET_CMDS to handle updated internal zip structure: $ unzip -l ../dl/bootstrap-3.3.1-dist.zip Archive: ../dl/bootstrap-3.3.1-dist.zip Length Date Time Name --------- ---------- ----- ---- 0 2014-11-12 18:03 dist/ 0 2014-11-12 18:03 dist/css/ [...] $ unzip -l ../dl/bootstrap-3.3.7-dist.zip Archive: ../dl/bootstrap-3.3.7-dist.zip Length Date Time Name --------- ---------- ----- ---- 0 2016-07-25 15:53 bootstrap-3.3.7-dist/css/ [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: better fix for the EXTRACT_CMDS, which consists in removing the dist/ sub-directory.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bootstrap: use the UNZIP variable instead of calling it directlyFabio Porcedda2015-02-021-1/+1
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bootstrap: install production files onlyYegor Yefremov2015-01-141-2/+7
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bootstrap: new packageYegor Yefremov2015-01-103-0/+30
[Thomas: add 'cp -dpfr' instead of a convuluted use of 'tar c' + 'tar x' do not a copy.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud