<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-support, branch dylan</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dylan</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dylan'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2013-11-19T12:01:08+00:00</updated>
<entry>
<title>cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall</title>
<updated>2013-11-19T12:01:08+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2013-10-31T20:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80e8c34db0c96ba2fe7c1838312df99001ff6602'/>
<id>urn:sha1:80e8c34db0c96ba2fe7c1838312df99001ff6602</id>
<content type='text'>
* make files in bindir/sbindir a bit more deterministic

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
</content>
</entry>
<entry>
<title>cifs-utils: inherit pkgconfig</title>
<updated>2013-08-22T07:51:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-07-23T12:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c'/>
<id>urn:sha1:81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c</id>
<content type='text'>
* it fails in do_configure without it
  configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR
       If this token and others are legitimate, please use m4_pattern_allow.
       See the Autoconf documentation.
  configure.ac:140: error: possibly undefined macro: AC_MSG_WARN
  autoreconf: sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifs-utils: add PACKAGECONFIG for libcap</title>
<updated>2013-08-22T07:51:26+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-07-21T12:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0df2e15f74a501d824149b96edfa3035189348c8'/>
<id>urn:sha1:0df2e15f74a501d824149b96edfa3035189348c8</id>
<content type='text'>
* libcap is autodetected from sysroot

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>ntp: add PACKAGECONFIG for libcap and readline</title>
<updated>2013-08-22T07:51:26+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-07-13T17:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=774941c7678185798f24c2348a91a6108009b77e'/>
<id>urn:sha1:774941c7678185798f24c2348a91a6108009b77e</id>
<content type='text'>
* it's autodetected from sysroot

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>ntp: Move sntp before ntp-utils in packaging order</title>
<updated>2013-04-30T19:29:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-04-24T02:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f3e293c3c81be161234fdc5d5e3329db24d3f30f'/>
<id>urn:sha1:f3e293c3c81be161234fdc5d5e3329db24d3f30f</id>
<content type='text'>
${PN}-utils has greedy expression of capturing all in ${bindir}
and sntp gets swept in too. This move in PACKAGES fixes the problem
and now sntp binary is packaged in sntp package itself.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Joe MacDonald &lt;joe.macdonald@windriver.com&gt;
</content>
</entry>
<entry>
<title>ntp: Create a separate package for sntp</title>
<updated>2013-04-19T00:45:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-04-16T20:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c43b56f6d66412998cb4635f5bf40c9e499eaabd'/>
<id>urn:sha1:c43b56f6d66412998cb4635f5bf40c9e499eaabd</id>
<content type='text'>
sntp provides the functionality of obsoleted ntpdate
so we have option of using ntpd as well as sntp
sntp does the immediate one time sync with time
server and corrects the tme immediately. it
replaces ntpdate nicely.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>ipsec-tools: move to meta-networking and tweak</title>
<updated>2013-04-19T00:45:27+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-04-16T10:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bd790d44d2b07d660ee8c1d799d38ace22e0c455'/>
<id>urn:sha1:bd790d44d2b07d660ee8c1d799d38ace22e0c455</id>
<content type='text'>
* Add purpose and Upstream-Status to patch

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>dnsmasq: move to meta-networking and tweak</title>
<updated>2013-04-19T00:45:27+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-04-16T10:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d48c95da5873a5674c264f788c0f1dda12025a25'/>
<id>urn:sha1:d48c95da5873a5674c264f788c0f1dda12025a25</id>
<content type='text'>
* Make dbus a PACKAGECONFIG option and remove dnsmasq-dbus recipe
* Set LICENSE to correctly indicate choice of licenses
* Set SUMMARY instead of DESCRIPTION

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>bridge-utils: move to meta-networking and tweak</title>
<updated>2013-04-19T00:45:27+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-04-16T10:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=037be68e540c6b8781b13f210e67b1a8a95de298'/>
<id>urn:sha1:037be68e540c6b8781b13f210e67b1a8a95de298</id>
<content type='text'>
* Update HOMEPAGE
* Set SUMMARY instead of DESCRIPTION
* Move DEPENDS up towards the top

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>openvpn: move to meta-networking and tweak</title>
<updated>2013-04-19T00:45:27+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-04-16T10:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f1d7f500ac51057bb3337fa2945f5b0cbd93ec6a'/>
<id>urn:sha1:f1d7f500ac51057bb3337fa2945f5b0cbd93ec6a</id>
<content type='text'>
* Move SRC_URI checksums next to SRC_URI
* Move packaging definitions to the end
* Set SUMMARY instead of DESCRIPTION
* Drop unused inc file

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
