<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/glib-networking, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-10-14T20:28:05+00:00</updated>
<entry>
<title>glib-networking: bump to version 2.46.1</title>
<updated>2015-10-14T20:28:05+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-10-14T17:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fd87117a5c672373a4baea3a10b6b06959f3d5dd'/>
<id>urn:sha1:fd87117a5c672373a4baea3a10b6b06959f3d5dd</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>glib-networking: bump to version 2.46.0</title>
<updated>2015-10-06T16:33:52+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-10-06T11:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=40ac0d3440c85ec8208402023a4fcee5bad0d8dd'/>
<id>urn:sha1:40ac0d3440c85ec8208402023a4fcee5bad0d8dd</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>glib-networking: specify GIO_MODULE_DIR for target</title>
<updated>2015-10-06T09:48:39+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-10-05T19:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=3fe434bf35b09ddf438392e6e5b4bc0b849495c7'/>
<id>urn:sha1:3fe434bf35b09ddf438392e6e5b4bc0b849495c7</id>
<content type='text'>
Since the upgrade to pkgconf 0.9.12 all directories and variables with
directories are sysroot-prefixed, whereas with the old patch only some
variables were (includedir, mapdir, sdkdir, libdir).

libglib2 uses a giomoduledir=${libdir}/gio/modules variable in
gio-2.0.pc, which when expanded via sysroot by pkgconf at configure time
points to the staging directory (via libdir expansion).
When target install gets called the gio module gets installed to staging
rather than target, with the obvious consequences this has.

Work-around this pkgconfig abuse by overriding GIO_MODULE_DIR at target
install time.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>glib-networking: bump to version 2.44.0</title>
<updated>2015-07-14T14:05:22+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-07-14T14:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8900980efb41403502ba62f2ef879704afffbd0b'/>
<id>urn:sha1:8900980efb41403502ba62f2ef879704afffbd0b</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>glib-networking: bump to version 2.42.1</title>
<updated>2015-03-31T21:41:45+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-03-31T12:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e032d8dcafdb97f2b874f47f6651fd7ab5a21480'/>
<id>urn:sha1:e032d8dcafdb97f2b874f47f6651fd7ab5a21480</id>
<content type='text'>
Add hash file and drop libgcrypt tweak since it's no longer required.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>packages: rename FOO_CONF_OPT into FOO_CONF_OPTS</title>
<updated>2014-10-04T16:54:16+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin@gmail.com</email>
</author>
<published>2014-09-27T19:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=aaffd209fae91a733fe0becb72268f87bf4ea369'/>
<id>urn:sha1:aaffd209fae91a733fe0becb72268f87bf4ea369</id>
<content type='text'>
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_CONF_OPT.

Sed command used:
   find * -type f | xargs sed -i 's#_CONF_OPT\&gt;#&amp;S#g'

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>glib-networking: add license information</title>
<updated>2014-07-01T21:23:18+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2014-06-26T19:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0b4b38bda5e15f7b82e8d0eb3b9a1b19a3f916f8'/>
<id>urn:sha1:0b4b38bda5e15f7b82e8d0eb3b9a1b19a3f916f8</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package: drop &lt;PKG&gt;_VERSION_MINOR variable</title>
<updated>2014-03-17T22:50:08+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2014-03-17T08:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=3749143418a2a735ceaed63667a8b3ef66bba9e5'/>
<id>urn:sha1:3749143418a2a735ceaed63667a8b3ef66bba9e5</id>
<content type='text'>
Since &lt;PKG&gt;_VARIABLE_MINOR variable in some packages is used only once,
so it is unusable. This patch removes it.

Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package: unification of name &lt;pkg&gt;_VERSION_MINOR variable</title>
<updated>2013-12-08T21:24:56+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-12-02T08:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=09b42fdb8599d09c9a8bb98475571fb884893ca6'/>
<id>urn:sha1:09b42fdb8599d09c9a8bb98475571fb884893ca6</id>
<content type='text'>
Currently there are two different names of the minor version variable:
&lt;PKG&gt;_MINOR_VERSION and &lt;PKG&gt;_VERSION_MINOR
This patch unifies them to &lt;PKG&gt;_VERSION_MINOR

Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package: unification of name &lt;pkg&gt;_VERSION_MAJOR variable</title>
<updated>2013-12-08T21:24:35+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-12-02T08:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=992cc1e4ebb521cb4ffbda027eb0d1b5ea12c468'/>
<id>urn:sha1:992cc1e4ebb521cb4ffbda027eb0d1b5ea12c468</id>
<content type='text'>
Currently there are two different names of the major version variable:
&lt;PKG&gt;_MAJOR_VERSION and &lt;PKG&gt;_VERSION_MAJOR
This patch unifies them to &lt;PKG&gt;_VERSION_MAJOR

Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
