<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack, branch sumo</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=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2018-07-10T13:52:47+00:00</updated>
<entry>
<title>tgt: Use return instead of exit to restart tgtd, if tgtd is not running</title>
<updated>2018-07-10T13:52:47+00:00</updated>
<author>
<name>Jagadeesh Krishnanjanappa</name>
<email>jkrishnanjanappa@mvista.com</email>
</author>
<published>2018-07-07T17:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9aa6b5dcbacf734a93602515f0b1857b91c1d408'/>
<id>urn:sha1:9aa6b5dcbacf734a93602515f0b1857b91c1d408</id>
<content type='text'>
If the tgtd daemon is stopped, then '/etc/init.d/tgtd.init restart'
does not start the new tgtd daemon, as the control comes out from the
stop function, if it finds tgtd is not running.

Signed-off-by: Jagadeesh Krishnanjanappa &lt;jkrishnanjanappa@mvista.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xterm: remove bbappend</title>
<updated>2017-10-27T14:34:44+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2017-10-20T01:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=62f3fed67f8cf07de5e342f57e4faf911f001c12'/>
<id>urn:sha1:62f3fed67f8cf07de5e342f57e4faf911f001c12</id>
<content type='text'>
Add freetype-native to DEPENDS has been done by PACKAGECONFIG 'xft'.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>kernel: update bbappends to match oe-core reference kernels</title>
<updated>2017-10-20T02:09:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2017-10-20T02:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=124321f4d9e2cfd5d569c6dbbd27d057f2e0bd5f'/>
<id>urn:sha1:124321f4d9e2cfd5d569c6dbbd27d057f2e0bd5f</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>README: fix oe-core and meta-oe layer references</title>
<updated>2017-09-20T02:27:38+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2017-09-20T02:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=87affd0e8d235c1786b1e6230dc796db0a6824ea'/>
<id>urn:sha1:87affd0e8d235c1786b1e6230dc796db0a6824ea</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>packagegroups: fix invalid license file</title>
<updated>2017-09-15T19:18:23+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2017-09-15T09:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=49cce3a17b0651ec2d571b5d05c2a955a141bd04'/>
<id>urn:sha1:49cce3a17b0651ec2d571b5d05c2a955a141bd04</id>
<content type='text'>
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning:

| WARNING: packagegroup-cloud-compute do_populate_lic:
  ${COREBASE}/LICENSE is not a valid license file, please use
  '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
  This will become an error in the future

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: qemu: match spice arch restrictions</title>
<updated>2017-09-15T19:18:21+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-09-15T16:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c81fc661ccc90f4c54bb1b20236ce38339e6e56e'/>
<id>urn:sha1:c81fc661ccc90f4c54bb1b20236ce38339e6e56e</id>
<content type='text'>
The spice recipe is restricted to Intel x86 and x86-64 so keep 'spice'
out of the PACKAGECONFIG unless we are using one of these ARCHs.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>erlang-native: Add DEPENDS for ncurses-native</title>
<updated>2017-08-24T13:58:54+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-08-23T19:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c41b0107f0bf1aebf3def177fd3a8d8e9130e0af'/>
<id>urn:sha1:c41b0107f0bf1aebf3def177fd3a8d8e9130e0af</id>
<content type='text'>
This was most likely being provided by another pkg pulling in
ncurses-native before erlang-native was being built. With RSS this is
no longer the case and we need to add the explicit DEPENDS. Without
this we are seeing erlang-native fail to configure:

| checking for tgetent in -lncurses... no
| checking for tgetent in -lcurses... no
| checking for tgetent in -ltermcap... no
| checking for tgetent in -ltermlib... no
| configure: error: No curses library functions found

While we are at it we drop the setting of PR as this will be handled
by the PR server.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>uwsgi: fixups for gcc 7.x</title>
<updated>2017-08-24T13:58:54+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-08-23T19:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0330cdf2c1b4494568de8785ac56ca734616e196'/>
<id>urn:sha1:0330cdf2c1b4494568de8785ac56ca734616e196</id>
<content type='text'>
Apply several upstream patches to fixup fallthrough switch
statements. This fixes build failures such as:

| core/hash.c:44:13: error: this statement may fall through [-Werror=implicit-fallthrough=]
|            h ^= key[2] &lt;&lt; 16;
|            ~~^~~~~~~~~~~~~~~
| core/hash.c:45:7: note: here
|        case 2:
|        ^~~~

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-novaclient: drop DEPENDS for python-setuptools-git</title>
<updated>2017-08-23T02:48:03+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-08-22T20:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=945e7af04b58cede0c4210b61671886b45b005dc'/>
<id>urn:sha1:945e7af04b58cede0c4210b61671886b45b005dc</id>
<content type='text'>
The upstream project dropped the use of setuptools-git when they moved
to use pbr. There was a bug here anyway in that 'inherit setuptools'
sets a DEPENDS which was then being blown away by the "DEPENDS = ...",
but since we just don't need python-setuptools-git anymore we simply
drop it.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-positional: use archived tarball</title>
<updated>2017-08-23T02:48:03+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-08-22T17:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6204c27d8792d79f6b0c0a256edd28dbd161f0b7'/>
<id>urn:sha1:6204c27d8792d79f6b0c0a256edd28dbd161f0b7</id>
<content type='text'>
The upstream project has been discontinued as you can see from the
comment from the developer in response to another pkg which used
positional:
https://github.com/conda-forge/positional-feedstock/issues/7

In addition to discontinuing the project the developer removed the
repository, so we need to use the version archived via pypi. We can't
simply drop the package as it is used by python-nova and other
openstack components.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
