summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-03-11v2.2.1FabioLolix
2021-12-05v1.52.0FabioLolix
2021-08-01v1.50.1FabioLolix
2021-03-15step back as maintainerMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-05-19rename test.patch to something that is more clearMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-05-19remove unneeded patchMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-05-18patch comment out testMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-05-18test.patch additionMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-05-18bump to 1.46.0Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-01-12add back git configBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12set BB_SKIP_NETTESTS=yesBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12fix up test pathBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12add back PATHBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12run from TLDBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12run from TLDBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12update git config to run testsBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12add --failfast and -v to test commandBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12add debugging statements for git configBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12update grep to match pythonBitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-12check out env of build to debug travisMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-01-12move commentMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-01-12use http over ftp for travisBitbake Tester
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2020-01-02bump version to 1.44.1Bitbake Tester
Signed-off-by: Bitbake Tester <test@bitbake.com>
2020-01-02correct local git configtest@bitbake.com
Signed-off-by: test@bitbake.com <Bitbake Tester>
2020-01-02add git config in preparation for 1.44.1test@bitbake.com
Signed-off-by: test@bitbake.com <Bitbake Tester>
2019-12-30add wget as makedependsMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-10-09remove testing logs, install hashservMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-10-09update version to v1.44.0Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-10-04tests: fix up newly-added failing testsMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-10-03update version to 1.43.2Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-07-18update version to v1.42.0Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-07-12fix up pkg typoMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-07-11bump pkgverMatthew McGinn
2019-07-11update dependenciesMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-02-23Update to python 3.7Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-02-22Fix up failing testsMatthew McGinn
2019-02-22Update version to 1.40.0Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2018-10-09Updating to version 1.38.0Matthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2018-10-09Update for new maintainerMatthew McGinn
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2017-10-16Update to 1.36Andrea Scarpino
2016-10-21Bumped revision that fixes bitbake testsFelipe F. Tonello
bitbake selftest was failing due some broken urls. Reported-by: Dacoda Strack <dacoda.strack@gmail.com> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-09-06Fixed check test and updated md5sumFelipe F. Tonello
Reported-by: Splashy <splash@mailoo.org> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-07-22Cleanup commented linesFelipe F. Tonello
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-07-22Improved package to remote sudo pip2 commandFelipe F. Tonello
It is very bad practice to use sudo whatever command in a package meta-data. To solve this issue I had to create another package called python-codegen that support the proper dependency. Reported-by: Scimmia <scimmia@archlinux.info> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-07-22Fixed pip2 permissionFelipe F. Tonello
pip2 requires root access to write into /usr/lib/python2.7/site-packages Reported-by: sl1pkn07 <sl1pkn07@gmail.com> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-07-21Initial version of bitbake support for ArchFelipe F. Tonello
This PKGBUILD contains two packages: - bitbake: containing all binaries and libraries necessary to run bitbake. - bitbake-vim: Vim related files to assist on recipes editing. TODO: support toaster via a bitbake-toaster package.