summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-posix-ipc: Add LDSHARED to recipehardknottTrevor Gamblin2021-10-281-0/+2
| | | | | | | | | | | Doing "import posix_ipc" on hardknott builds gives the following error: ImportError: /usr/lib/python3.9/site-packages/posix_ipc.cpython-39-x86_64-linux-gnu.so: undefined symbol: shm_unlink Set LDSHARED for the recipe with "-lrt" included to fix this. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: drop honister from compatibilityBruce Ashfield2021-06-042-2/+2
| | | | | | | | honister has not even been released yet, and it was incorrectly put into the compatbility before hardknott was branched. We drop it from the list to reflect the proper compat. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* novnc: upgrade 0.4 -> 1.2.0zangrc2021-04-181-35/+16
| | | | | | | | | Refer to Fedora's style and upgrade to the latest version. -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf/layer.conf: add honister to compatibility listBruce Ashfield2021-04-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf/layer.conf: add honister to compatibility listBruce Ashfield2021-04-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* novnc: Correct LICENSEzangrc2021-04-131-1/+1
| | | | | | | | The LICENSE.txt file is described as follows: The default noVNC license is MPL-2.0. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* consul: export GO111MODULE=offChen Qi2021-03-161-0/+4
| | | | | | | | | With the latest go version bump in oe-core export GO111MODULE is on by default. Our build is not setup to use go modules, so we disable it and avoid configuration errors. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add hardknott compatibilityBruce Ashfield2021-03-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add hardknott compatibilityBruce Ashfield2021-03-151-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-dogpile.cache: upgrade 1.1.1 -> 1.1.2Wang Mingyu2021-02-091-3/+3
| | | | | | | -License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-httpretty: upgrade 1.0.3 -> 1.0.5Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-designateclient: upgrade 4.1.0 -> 4.2.0Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-kafka: upgrade 2.0.1 ->2.0.2Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-cliff: upgrade 3.5.0 -> 3.6.0Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keyring: upgrade 21.8.0 -> 22.0.1Wang Mingyu2021-02-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* celt051: update SRC_URIChangqing Li2021-02-071-1/+1
| | | | | | | | Gitlab is old repo, which is no longer used for active development. But at least we can access, the new repo has down for several monthes. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-httpretty: upgrade 1.0.2 -> 1.0.3zhengruoqin2021-01-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keyring: upgrade 21.5.0 -> 21.8.0zhengruoqin2021-01-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-magnumclient: upgrade 3.2.1 -> 3.3.0zhengruoqin2021-01-101-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-manilaclient: upgrade 2.3.0 -> 2.4.0zhengruoqin2021-01-101-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yard: rename 'master' to 'main' in SRC_URIRobert P. J. Day2021-01-101-1/+1
| | | | | | | master branch was renamed to main. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* json: fix Bignumn/Fixnum issue when using Ruby 2.5Robert P. J. Day2021-01-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a recognized problem with json_1.8.3 when used with Ruby 2.5; in summary: compiling generator.c generator.c: In function ‘generate_json’: generator.c:861:25: error: ‘rb_cFixnum’ undeclared (first use in this function); did you mean ‘mFixnum’? } else if (klass == rb_cFixnum) { ^~~~~~~~~~ mFixnum generator.c:861:25: note: each undeclared identifier is reported only once for each function it appears in generator.c:863:25: error: ‘rb_cBignum’ undeclared (first use in this function); did you mean ‘rb_cFixnum’? } else if (klass == rb_cBignum) { ^~~~~~~~~~ rb_cFixnum This is explained in detail at: https://makandracards.com/makandra/74544-how-to-fix-json-1-8-3-with-ruby-2-5 The simplest solution is to upgrade json just a wee bit to 1.8.5 to resolve this. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ipaddress.git.bb: update SRC_URI to avoid redirectionRobert P. J. Day2021-01-101-1/+1
| | | | | | | Current SRC_URI just takes fetcher to new location. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-pyscss: Change to python3zhengruoqin2020-12-211-5/+8
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-httpretty: change RDEPENDSzhengruoqin2020-12-211-1/+1
| | | | | | | Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-repoze.lru: change RDEPENDSzhengruoqin2020-12-211-1/+1
| | | | | | | Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-paste: remove RDEPENDSzhengruoqin2020-12-211-4/+0
| | | | | | | Because python3 no longer provides python3-typing package, it is removed from RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-django-pyscss: Change to python3zhengruoqin2020-12-211-4/+4
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-glance-store: Change to python3zhengruoqin2020-12-211-16/+17
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-osprofiler: upgrade 2.9.0 -> 3.4.0zhengruoqin2020-12-212-35/+35
| | | | | | | Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-pysqlite: Remove recipezangrc2020-12-211-22/+0
| | | | | | | | When I tried to change it to python3, it reported the following error: | pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-futures: Remove recipezangrc2020-12-211-25/+0
| | | | | | | | | This backport is meant only for Python 2. | It does not work on Python 3, and Python 3 users do not need it as the concurrent.futures package is available in the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-functools32: Remove recipezangrc2020-12-211-30/+0
| | | | | | | This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-barbicanclient: upgrade 5.0.0 -> 5.0.1zhengruoqin2020-12-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-castellan: upgrade 3.6.0 -> 3.7.0zhengruoqin2020-12-101-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-cliff: upgrade 3.4.0 -> 3.5.0zhengruoqin2020-12-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-django-nose: upgrade 1.4 -> 1.4.7zhengruoqin2020-12-101-2/+3
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-designateclient: upgrade 4.0.0 -> 4.1.0zhengruoqin2020-12-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-dogpile.cache: upgrade 1.0.2 -> 1.1.1zhengruoqin2020-12-101-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keystoneauth1: upgrade 4.2.1 -> 4.3.0zangrc2020-12-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-hgtools: upgrade 8.2.0 -> 8.2.1zangrc2020-12-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-osc-lib: upgrade 2.1.0 -> 2.3.0zangrc2020-12-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-oslo.config: upgrade 8.2.0 -> 8.4.0zangrc2020-12-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-salttesting: use SRCREV instead of tagChen Qi2020-12-071-1/+2
| | | | | | | | | | If we enable BB_NO_NETWORK, using tag in SRC_URI causes problem. Merely parsing the recipes will raise error. For example, `bitbake -p'. So use SRCREV instead of tag to solve this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-keyring: Remove RDEPENDSzhengruoqin2020-12-011-1/+0
| | | | | | | Because python3 no longer provides python3-typing package, it is removed from RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-magnumclient: Change to python3zhengruoqin2020-12-012-39/+36
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-manilaclient: Change to python3zhengruoqin2020-12-012-40/+37
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-microversion-parse: Change to python3zhengruoqin2020-12-011-3/+3
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-os-brick: Change to python3zhengruoqin2020-12-012-42/+42
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-os-vif: Change to python3zhengruoqin2020-12-012-38/+37
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>