<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/json-glib, branch 2017.11</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.11</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.11'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-07-04T23:27:26+00:00</updated>
<entry>
<title>json-glib: use the new gettext logic</title>
<updated>2017-07-04T23:27:26+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-07-03T20:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dc9ad9139f4aa023cdaaddcc5d8b084c8b50b810'/>
<id>urn:sha1:dc9ad9139f4aa023cdaaddcc5d8b084c8b50b810</id>
<content type='text'>
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - dropping BR2_PACKAGE_GETTEXT selection

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+</title>
<updated>2017-04-01T13:18:10+00:00</updated>
<author>
<name>Rahul Bedarkar</name>
<email>rahulbedarkar89@gmail.com</email>
</author>
<published>2017-03-30T13:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=30a3e8d108d46bbd2622b8139c996d52e48a4e10'/>
<id>urn:sha1:30a3e8d108d46bbd2622b8139c996d52e48a4e10</id>
<content type='text'>
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+.

This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g'

Signed-off-by: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>json-glib: bump version to 1.2.8</title>
<updated>2017-03-21T16:30:42+00:00</updated>
<author>
<name>Vicente Olivert Riera</name>
<email>Vincent.Riera@imgtec.com</email>
</author>
<published>2017-03-21T14:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=404a2bfb6b0e4ffded14d2f283bf72990d5c5f38'/>
<id>urn:sha1:404a2bfb6b0e4ffded14d2f283bf72990d5c5f38</id>
<content type='text'>
Signed-off-by: Vicente Olivert Riera &lt;Vincent.Riera@imgtec.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>json-glib: bump version to 1.2.6</title>
<updated>2017-03-15T20:57:44+00:00</updated>
<author>
<name>Vicente Olivert Riera</name>
<email>Vincent.Riera@imgtec.com</email>
</author>
<published>2017-03-15T15:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dde97d483278c2bca07af5467b6c477d00544cb3'/>
<id>urn:sha1:dde97d483278c2bca07af5467b6c477d00544cb3</id>
<content type='text'>
Signed-off-by: Vicente Olivert Riera &lt;Vincent.Riera@imgtec.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>json-glib: bump to version 1.2.2</title>
<updated>2016-10-29T13:44:41+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-10-28T15:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b876d9d9c520b7afb399601a6063bc0d993c2729'/>
<id>urn:sha1:b876d9d9c520b7afb399601a6063bc0d993c2729</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>json-glib: bump to version 1.2.0</title>
<updated>2016-03-22T23:03:25+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-03-22T22:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ebde9f4d2c3321f3f8fb6498e24ee18a6f743a8e'/>
<id>urn:sha1:ebde9f4d2c3321f3f8fb6498e24ee18a6f743a8e</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>package/json-glib: add hash</title>
<updated>2015-04-19T21:10:30+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2015-04-19T17:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=70dc94ad76da244164bcc4aa9b2145c6b48fa998'/>
<id>urn:sha1:70dc94ad76da244164bcc4aa9b2145c6b48fa998</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.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>
