summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-pycrypto: drop time.clockMing Liu2020-01-252-0/+36
| | | | | | | | | | | The use of time.clock() is deprecated in python 3.8, change to use time.process_time(). Reference: https://docs.python.org/3.3/library/time.html#time.clock Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: Drop overloadable attribute for recvfromKhem Raj2020-01-252-43/+0
| | | | | | glibc patch is now removed for this to be required Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted.inc: add missing core dependenciesTrevor Gamblin2020-01-241-1/+11
| | | | | | | | | /usr/bin/twistd doesn't execute correctly if the pyhamcrest, pdb, and getpass modules are not present, so add them to core RDEPENDS. Also reformat the RDEPENDS list across multiple lines for easier reading. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhamcrest: add recipeTrevor Gamblin2020-01-241-0/+10
| | | | | | | | | meta-python used to have a recipe for pyhamcrest, but only for python2. Since it got moved to meta-python2 recently, add an equivalent python3-pyhamcrest recipe to meta-python. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: upgrade 0.7.2 -> 0.7.3Pierre-Jean Texier2020-01-241-2/+2
| | | | | | | See full changelog https://github.com/firewalld/firewalld/releases/tag/v0.7.3 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* konkretcmpi: Depend on python3 during buildKhem Raj2020-01-241-2/+2
| | | | | | Fix packaging to match py3 module install dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-menus3: Depend on py3Khem Raj2020-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Use python3 and modules during buildKhem Raj2020-01-241-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Add python3 to dependsKhem Raj2020-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Use py3 in dependsKhem Raj2020-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: Use py3 in depends/rdependsKhem Raj2020-01-241-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: add recipePierre-Jean Texier2020-01-233-0/+126
| | | | | | | | | zchunk is a compressed file format that splits the file into independent chunks. This allows you to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plymouth: fix usrmergeStefan Agner2020-01-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | When usrmerge is enabled plymouth still tries to install to /bin and /lib leading to the following build error: ERROR: plymouth-git-r0 do_package: QA Issue: plymouth: Files/directories were installed but not shipped in any package: /sbin/plymouthd /lib/libply.so.5 /lib/libply.so /lib/libply.so.5.0.0 /lib/libply-splash-core.so /lib/libply-splash-core.so.5.0.0 /lib/libply-splash-core.so.5 /bin/plymouth There is a configuration flag --with-system-root-install which controls where the binaries get installed. The flag is currently tied to the systemd distro feature, however, this seems wrong. Use the flag to control where binaries get installed depending on whether usrmerge is used. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Fix build on big-endian targetsKhem Raj2020-01-232-0/+19
| | | | | | | | | | | Fixes ../deps/v8/src/runtime/runtime-utils.h:129:11: error: base operand of '->' has non-pointer type 'v8::internal::Object' 129 | return y->ptr() | (static_cast<ObjectPair>(x->ptr()) << 32); | ^~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com> Cc: Guillaume Burel <guillaume.burel@stormshield.eu>
* nodejs: upgrade to 12.14.1Martin Jansa2020-01-231-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: use python3nativeMartin Jansa2020-01-231-10/+8
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: 10.17.0 -> 12.14.0Guillaume Burel2020-01-238-163/+109
| | | | | | | | - update Node.js to active 12.x LTS release 12.14.0. - remove compatibility with gcc 4.8 (has been removed upstream) Signed-off-by: Guillaume Burel <guillaume.burel@stormshield.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: bump version to v6.1.2Vincent Prince2020-01-231-1/+1
| | | | | Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: bump version to r4.2.2Vincent Prince2020-01-231-3/+3
| | | | | Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntop: Pass PYTHON_CONFIG to configureKhem Raj2020-01-222-1/+22
| | | | | | | | | | | | | | | | | | | This aids cross-building, otherwise configure goes into weeks to find these especially python-config and starts to poke at host files e.g. if /etc/debian_release exists then it errors out, but if it does not then it deploys a workaround and continues build, as a result we see ntop fail the build on debian-like build hosts but not on others eg. archlinux Ensure that linking with libpython happens therefore use python3-config --libs --embed Fixes checking for arm-yoe-linux-gnueabi-python-config... no checking for python-config... no Please install python-dev and rerun configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 checkKhem Raj2020-01-228-12/+12
| | | | | | BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cherokee: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 checkKhem Raj2020-01-222-2/+2
| | | | | | BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gateone: Delete, moved to meta-python2Khem Raj2020-01-221-85/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: Use py3 as rdep and use py3 setuptoolsKhem Raj2020-01-221-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-python3: Correct rdep to use py3 dbus moduleKhem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pygobject: fix runtime dependency on pkgutils to use python3 variantMartin Jansa2020-01-221-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Turn inherit classes from meta-py2 to conditional constructsKhem Raj2020-01-221-1/+1
| | | | | | helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Turn inherit classes from meta-py2 to conditional constructsKhem Raj2020-01-227-7/+8
| | | | | | helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: Correct the dep to use python3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* guider: Build only when meta-py2 is in mixKhem Raj2020-01-221-3/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: Remove py2 rdepsKhem Raj2020-01-221-76/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyro4: Remove absent py3 modules from rdepsKhem Raj2020-01-221-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Switch to using git src_uriKhem Raj2020-01-221-6/+8
| | | | | | | Gets python3 support Remove python2 specific modules which are absent in py3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntop: Move dependency to use py3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: Use python3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: Delete python2 versionKhem Raj2020-01-222-12/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cherokee: Only build with meta-py2 is in layermixKhem Raj2020-01-222-2/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Build only when meta-py2 is includedKhem Raj2020-01-222-2/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: Link with libpython3Khem Raj2020-01-221-2/+5
| | | | | | Helps building with python3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Upgrade to 3.19.12Khem Raj2020-01-2214-573/+264
| | | | | | | Use python3 instead of py2 Apply patches from openwrt to fix crosscompile and musl builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mysql-python: Enable only when meta-py2 is presentKhem Raj2020-01-222-2/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-idle: Disable when meta-py2 is not presentKhem Raj2020-01-222-2/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: Disable python packageconfig by defaultKhem Raj2020-01-221-1/+1
| | | | | | This needs python2 which is in another layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openlmi: Make it visible when meta-py2 is in layermixKhem Raj2020-01-222-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lio-utils: Make it visible only with meta-py2 in BBFILE_COLLECTIONSKhem Raj2020-01-222-2/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: Fix build with python3Khem Raj2020-01-222-1/+103
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-m2crypto: Use PYTHON_PN instead of hardcoding python nameKhem Raj2020-01-221-1/+1
| | | | | | Lets this inc file become usable for py3 module as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nanopb,mpv: Blacklist py2 dependent recipe ( for now )Khem Raj2020-01-222-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ldap: Fix build dependencies to use python3Khem Raj2020-01-221-3/+3
| | | | | | Address files via ${S} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pygobject: Install pkgconfig filesKhem Raj2020-01-221-5/+0
| | | | | | py2 version is gone Signed-off-by: Khem Raj <raj.khem@gmail.com>