<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-support, branch gatesgarth</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=gatesgarth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=gatesgarth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2020-09-28T02:45:44+00:00</updated>
<entry>
<title>salt: Move to version 3001.1 and fix RDEPENDS</title>
<updated>2020-09-28T02:45:44+00:00</updated>
<author>
<name>David Burns</name>
<email>dburns@digi.com</email>
</author>
<published>2020-09-23T00:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d64a289a868e106a331984f1c27baec88e6d6005'/>
<id>urn:sha1:d64a289a868e106a331984f1c27baec88e6d6005</id>
<content type='text'>
Move to a new minor version of salt, 3001.1 that includes a number of
bug fixes.

Salt also needs the python3-distro runtime dependency for all of the
packages in the recipe, not just the salt-master package so it has been
included in the common package.

A runtime dependency on python-pycryptodomex has been added to the
salt-master and salt-minion packages as both have required it since the
3001 salt version.

Signed-off-by: David Burns &lt;dburns@digi.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-distro: include as RDEPEND for salt-master</title>
<updated>2020-09-14T02:20:28+00:00</updated>
<author>
<name>Ben Gampe</name>
<email>bengampe@gmail.com</email>
</author>
<published>2020-09-09T01:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d98b02edc473ad5a0d3922f23da19b61657fbe99'/>
<id>urn:sha1:d98b02edc473ad5a0d3922f23da19b61657fbe99</id>
<content type='text'>
Required for salt-key with python version &gt; 3.7

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: Remove hardcoded Python 3.7 path</title>
<updated>2020-08-20T19:29:55+00:00</updated>
<author>
<name>Sam Zeter</name>
<email>samuelzeter@gmail.com</email>
</author>
<published>2020-08-19T06:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f4ce17e35e0bd988927f901ea6ae7d746e209a2e'/>
<id>urn:sha1:f4ce17e35e0bd988927f901ea6ae7d746e209a2e</id>
<content type='text'>
The salt bitbake file hardcodes the Python 3.7 path as

 ${libdir}/python3.7

In order to ensure compatibility with Dunfell, which uses Python 3.8,
and other future versions of Python, the variable PYTHON_SITEPACKAGES_DIR
should be used.

Signed-off-by: Sam Zeter &lt;samuelzeter@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>salt: bump 3000 -&gt; 3001</title>
<updated>2020-07-14T20:24:25+00:00</updated>
<author>
<name>Fagundes, Paulo</name>
<email>paulohefagundes@gmail.com</email>
</author>
<published>2020-07-09T15:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a'/>
<id>urn:sha1:d4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a</id>
<content type='text'>
Signed-off-by: Paulo Fagundes &lt;paulohefagundes@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>] salt: bump 2018.3 -&gt; 3000</title>
<updated>2020-02-27T22:12:14+00:00</updated>
<author>
<name>Fagundes, Paulo</name>
<email>paulo.fagundes@opengear.com</email>
</author>
<published>2020-02-24T20:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0d2a7217da4dfa11c34845a1133d16786fbb9b0'/>
<id>urn:sha1:d0d2a7217da4dfa11c34845a1133d16786fbb9b0</id>
<content type='text'>
Signed-off-by: Paulo Fagundes &lt;paulo.fagundes@opengear.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix mod-wsgi recipe</title>
<updated>2020-01-29T15:42:27+00:00</updated>
<author>
<name>Rebecca Cran</name>
<email>rebecca@bsdio.com</email>
</author>
<published>2020-01-25T07:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7d0f24938106c73114782ec6bebf13ad4ad7f297'/>
<id>urn:sha1:7d0f24938106c73114782ec6bebf13ad4ad7f297</id>
<content type='text'>
mod-wsgi version 4.5.13 doesn't build against python 3.8: update
it to 4.6.8 which does build.

Update the homepage URL: the Google Code project has been archived.

Fix the LoadModule line: mod_wsgi.so is installed in ${libexecdir},
not ${libdir}.

Signed-off-by: Rebecca Cran &lt;rebecca@bsdio.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>bbappends: make distro feature safe</title>
<updated>2020-01-22T18:02:40+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T18:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1d174d4e851b1dc74c4c4778cf7d0c52d1f38142'/>
<id>urn:sha1:1d174d4e851b1dc74c4c4778cf7d0c52d1f38142</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>openstack: packages: update for python3</title>
<updated>2020-01-22T17:45:03+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ce38cb391c9108168ab574463b7ef745b739bcc9'/>
<id>urn:sha1:ce38cb391c9108168ab574463b7ef745b739bcc9</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>tgt: update DEPENDS and RDEPENDS</title>
<updated>2019-08-30T04:26:53+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2019-08-29T06:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8563bdd3f2eb3d8f39ead40a0ed3a31943fbdb39'/>
<id>urn:sha1:8563bdd3f2eb3d8f39ead40a0ed3a31943fbdb39</id>
<content type='text'>
Update DEPENDS and RDEPENDS of tgt to fix error and warning:

| bs_aio.c:34:10: fatal error: libaio.h: No such file or directory
|    34 | #include &lt;libaio.h&gt;
|       |          ^~~~~~~~~~

and

| WARNING: tgt-1.0.79+gitAUTOINC+b43dbc6711-r0 do_package_qa: QA Issue:
|  /usr/sbin/tgt-admin contained in package tgt requires /usr/bin/perl,
|  but no providers found in RDEPENDS_tgt? [file-rdeps]

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>libbsd: remove bbappend</title>
<updated>2019-07-26T02:39:23+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2019-07-25T09:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=07f26db483b3f13bf0dee0ec7c6231ce01d570d9'/>
<id>urn:sha1:07f26db483b3f13bf0dee0ec7c6231ce01d570d9</id>
<content type='text'>
The bbappend only has below logic:
inherit autotools-brokensep

Actually libbsd can build successfully with a
separate build directory which also means B != S,
so no need to switch to inherit autotools-brokensep
from the default autotools class.

Signed-off-by: Mingli Yu &lt;Mingli.Yu@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
