summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-sqlparse: Enable ptestZang Ruochen2020-03-302-2/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-serpent: Enable ptestZang Ruochen2020-03-302-1/+17
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scrypt: Enable ptestZang Ruochen2020-03-302-1/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroups: Add bbappends for python and perl layer requiring recipesKhem Raj2020-03-293-8/+25
| | | | | | | Add this bbappends in dynamic layers Move the main recipe back to meta-oe main recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bb: Move debsums to a bbappend under perl-layerKhem Raj2020-03-292-1/+4
| | | | | | This helps avoid dependency on meta-perl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: Ensure make clean target is run properlyKhem Raj2020-03-291-5/+4
| | | | | | | | | When S is pointing to a level up, it calls clean target which also tries to clean the module build objects, which causes make clean to misnehave since the env is not set to build module and it tries to reach out to /lib/modules dir on host Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emlog: Do not clean modules when building appsKhem Raj2020-03-292-1/+38
| | | | | | | | | Fixes make -C /lib/modules/5.5.13-arch1-1/build M=/mnt/b/yoe/build/tmp/work/core2-64-yoe-linux/emlog/git-r0/git clean make[1]: *** /lib/modules/5.5.13-arch1-1/build: No such file or directory. Stop. make: *** [Makefile:36: modules_clean] Error 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-rwho: Add logic to apply patches from tarballKhem Raj2020-03-291-5/+29
| | | | | | | This recipe fetches from debian archives, therefore we need logic to apply the patches which are part of tarball Signed-off-by: Khem Raj <raj.khem@gmail.com>
* id3lib: Make sure that quilt-native is stagedKhem Raj2020-03-291-3/+4
| | | | | | id3lib_do_patch needs quilt to be built for it to run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Ensure that install does not raceKhem Raj2020-03-291-3/+6
| | | | | | | | This fixes install: will not overwrite just-created 'TOPDIR/build/tmp/work/core2-64-yoe-linux/tbb/20170412+AUTOINC+a2cfdfe946-r0/image/usr/lib/libtbbmalloc_proxy.so' with 'TOPDIR/build/tmp/work/core2-64-yoe-linux/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/build/linux_x86_64_gcc_cc4_release/libtbbmalloc_proxy.so' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debsums: Depend on po4a-nativeKhem Raj2020-03-292-1/+5
| | | | | | | | | | | | | - Move to perl dynamic-layer since po4a comes from meta-perl - Add meta-perl dynamic layer Fixes cd man && po4a --no-translations po4a.cfg /bin/sh: po4a: command not found make: *** [Makefile:11: clean] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-inconsolata: Use cp instead of move in do_configureKhem Raj2020-03-291-1/+1
| | | | | | This helps in re-running do_configure on an existing tree Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: Add missing dep on bison-nativeKhem Raj2020-03-291-1/+1
| | | | | | | | Fixes ../ylwrap: line 176: yacc: command not found make[2]: *** [Makefile:1016: cf3parse.c] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Set OPTIMIZER based on global opt levelKhem Raj2020-03-291-0/+1
| | | | | | | default is -O2 -g and it overrides the value passed via OE's global optimization flags. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-engineio: upgrade 3.11.2 -> 3.12.1Pierre-Jean Texier2020-03-282-2/+2
| | | | | | | See full changelog https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psutil: upgrade 5.6.7 -> 5.7.0Trevor Gamblin2020-03-272-2/+2
| | | | | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* turbostat: Fix build failure for missing kernel internal heaers and clean upHe Zhe2020-03-271-3/+6
| | | | | | | | | | | | | | | | | | To fix the following build failures turbostat.c:(.text+0xc28a): undefined reference to `UL' turbostat.c:33:10: fatal error: sys/capability.h: No such file or directory (for kernel v5.6-rc7) - Add dependency on libcap for kernel v5.6-rc7 and later versions - Copy internal linux/const.h used by previously added internal linux/bits.h - Tweak linux/const.h to allow it to refer to uapi const.h, as linux-libc-headers purposely removes _UAPI from the locker macros of the headers - Remove -I for kernel-source in EXTRA_OEMAKE, as linux-kernel-headers has provided enough and necessary headers - Make do_configure depend on kernel's do_shared_workdir Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: upgrade 3.9.0 -> 3.9.1Zang Ruochen2020-03-261-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: don't download LFS content by defaultChangqing Li2020-03-261-1/+1
| | | | | | | | | | | | | fix error: Fetcher failure: Repository git://github.com/FreeRADIUS/freeradius-server.git has LFS content, install git-lfs on host to download (or set lfs=0 to ignore it) upstream has file .lfsconfig to make it not download lfs files by default, so we also don't download it by default Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: uprev from 2.2.5 to 2.3.0Sakib Sajal2020-03-266-581/+4
| | | | | | | | | | | | | | | Major release after 2.2.5. Changelog: https://github.com/libgd/libgd/blob/gd-2.3.0/CHANGELOG.md Changes: - SRC_REV points to tag gd-2.3.0 - branch in SRC_URI points to master - updated homepage - removed patches as they were merged upstream under gd-2.3.0 tag Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: upgrade 0.23 -> 1.5.2Trevor Gamblin2020-03-262-3/+3
| | | | | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: fix native build failure on ubuntu 16.04 and centos 8Hongxu Jia2020-03-262-23/+37
| | | | | | | | | | | | | | | | 1. Keep '-std=c++11' and '-std=gnu99' to fix native build error with old gcc (such as gcc 5.4.0 on ubuntu 16.04); for clang, remove them through setting GRPC_PYTHON_CFLAGS at do_compile in bb recipe 2. While export CC="gcc ", cc_args is empty, it will cause subprocess.Popen always return 1. On centos 8, if you don't install package libatomic, there will be a native build error `cannot find /usr/lib64/libatomic.so.1.2.0'. Add no harm '-g' to cc_args if cc_args is empty. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse-exfat: fix upstream check URLPierre-Jean Texier2020-03-251-0/+2
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 0.16.0 -> 1.0.0Trevor Gamblin2020-03-252-2/+2
| | | | | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.9 -> 0.11Martin Kelly2020-03-252-2/+4
| | | | | | | | Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: use UPSTREAM_CHECK_COMMITSPierre-Jean Texier2020-03-251-0/+2
| | | | | | | | | Fixes: INFO: ufs-utils 1.6 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: fix upstream check URLPierre-Jean Texier2020-03-251-0/+3
| | | | | | | | | Fixes: INFO: libwebsockets 3.2.2 2015 None 9494c66d20898ddb39483427c84f152b03cbad28 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: fix upstream check URLPierre-Jean Texier2020-03-251-0/+1
| | | | | | | | | Fixes: INFO: libiio 0.19 2015.2 None 18563161daa5d61c9e404be26e714dbaf0f344f2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: update to version 3.2.1nick83ola2020-03-251-3/+3
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: multiple changesnick83ola2020-03-251-7/+25
| | | | | | | | | | | | | | * The license indicated in the setup.py is PSF not the BSD. Update LICENSE * added kiwisolver and cycler to the dependencies * add missing pkgconfig class * added native for the python dependencies to DEPENDS: the setuptools need to launch the required libraries to check if they are there * remove redundant PYPI_PACKAGE * add SECTION = "devel/python" * apply oe-stylize Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.22 -> 1.23Wang Mingyu2020-03-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: upgrade 3.8.0 -> 3.9.0Wang Mingyu2020-03-251-3/+3
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* epeg: upgrade to 0.9.2Wang Mingyu2020-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro-c: upgrade 1.9.1 -> 1.9.2Wang Mingyu2020-03-252-44/+1
| | | | | | | | 0001-Allow-avro-C-to-be-built-on-musl-based-systems.patch removed since it is included in 1.9.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: add recipe for 0.12.6Martin Kelly2020-03-241-0/+29
| | | | | | | | | | This recipe originally comes from meta-openstack, but it's dependency-less, so it may as well live here and get wider use. meta-openstack is MIT-licensed, so the recipe is compatible. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lockfile: add recipe for 0.12.2Martin Kelly2020-03-241-0/+17
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uritemplate: add recipe for 3.0.1Martin Kelly2020-03-241-0/+14
| | | | | | | | | | | | This recipe originally comes from meta-openstack, but it's dependency-less, so it may as well live here and get wider use. meta-openstack is MIT-licensed, so the recipe is compatible. Also bump the version to 3.0.1, from the 3.0.0 currently in meta-openstack. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sympy: add recipe for 1.5.1Martin Kelly2020-03-241-0/+16
| | | | | | | | This recipe is adapted from one in meta-jupyter, which is also MIT-licensed. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mpmath: add recipe for 1.10Martin Kelly2020-03-241-0/+16
| | | | | | | | | | This is a dependency for python3-sympy. This recipe is adapted from one in meta-jupyter, which is also MIT-licensed. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-polyline: add recipe for 1.4.0Martin Kelly2020-03-241-0/+13
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: add recipe for 2.2.0Martin Kelly2020-03-241-0/+12
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-geojson: add recipe for 2.5.0Martin Kelly2020-03-241-0/+13
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iso3166: add recipe for 1.0.1Martin Kelly2020-03-241-0/+13
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: add recipe for 2.7.1Martin Kelly2020-03-241-0/+18
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: add recipe for 0.9.10Martin Kelly2020-03-241-0/+11
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: add missing RDEPENDSMartin Kelly2020-03-241-0/+2
| | | | | | | | python3-can has runtime dependencies on aenum and fcntl, but these were missing, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: add recipe for 2.2.3Martin Kelly2020-03-241-0/+11
| | | | | | | This is a dependency for python3-can. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pint: add nativesdk supportMartin Kelly2020-03-241-1/+1
| | | | | | | This builds just fine with nativesdk, so let's enable it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: add native,nativesdk recipesMartin Kelly2020-03-241-0/+2
| | | | | | | This builds fine for native and nativesdk, so add recipes for it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-msgpack: add native,nativesdk supportMartin Kelly2020-03-241-0/+2
| | | | | | | | This builds fine with native and nativesdk, so let's add it to the package. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>