<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/nano/nano.inc, branch scarthgap</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-09-10T05:10:11+00:00</updated>
<entry>
<title>nano: upgrade to 3.0</title>
<updated>2018-09-10T05:10:11+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>open.source@oleksandr-kravchuk.com</email>
</author>
<published>2018-09-09T23:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2c3aa1e4b6dd129ef428846a0bc36a2ace5942c9'/>
<id>urn:sha1:2c3aa1e4b6dd129ef428846a0bc36a2ace5942c9</id>
<content type='text'>
Signed-off-by: Oleksandr Kravchuk &lt;dev@sashko.rv.ua&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove some more True options to getVar calls</title>
<updated>2017-02-13T17:43:23+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2017-01-25T23:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ebef44963866d3231ccfe79d66d21c96ca0b4113'/>
<id>urn:sha1:ebef44963866d3231ccfe79d66d21c96ca0b4113</id>
<content type='text'>
getVar() now defaults to expanding by default, thus remove the True
option from getVar() calls. Fix a small number of cases not addressed
by the original patch:

  http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nano: upgrade to 2.7.4</title>
<updated>2017-02-13T17:43:23+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>oleksandr.kravchuk@pelagicore.com</email>
</author>
<published>2017-01-26T19:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e79566f51dde46145cfdc3732a6e1464ff27f4f3'/>
<id>urn:sha1:e79566f51dde46145cfdc3732a6e1464ff27f4f3</id>
<content type='text'>
Signed-off-by: Oleksandr Kravchuk &lt;oleksandr.kravchuk@pelagicore.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nano: update SRC_URI with new source</title>
<updated>2017-01-10T12:12:55+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>oleksandr.kravchuk@pelagicore.com</email>
</author>
<published>2016-12-28T13:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=29f111e03a7b186f9b7a6b3fc43e526dfb68cf6a'/>
<id>urn:sha1:29f111e03a7b186f9b7a6b3fc43e526dfb68cf6a</id>
<content type='text'>
FTP server is not accesible anymore. Use HTTPS mirror instead.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nano: fix license to GPLv3.</title>
<updated>2016-06-08T12:55:25+00:00</updated>
<author>
<name>Vesa Jääskeläinen</name>
<email>dachaac@gmail.com</email>
</author>
<published>2016-05-31T12:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e5f01cae3885030f8b3c585e62e7dd7f84a278d9'/>
<id>urn:sha1:e5f01cae3885030f8b3c585e62e7dd7f84a278d9</id>
<content type='text'>
Nano recipe has incorrectly stated GPLv2 license where actually it is GPLv3.

Signed-off-by: Vesa Jääskeläinen &lt;dachaac@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nano: use FTP as download method</title>
<updated>2015-03-21T15:42:23+00:00</updated>
<author>
<name>David Andrey</name>
<email>david.andrey@netmodule.com</email>
</author>
<published>2015-03-11T11:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=01bd032f2f55bcfaed5f4ff66a68fba97e30243f'/>
<id>urn:sha1:01bd032f2f55bcfaed5f4ff66a68fba97e30243f</id>
<content type='text'>
FTP was noticed as the prefered file access method for nano sources
after several HTTP server hang-up.

The nano-devel mailing list refers to this change

Signed-off-by: David Andrey &lt;david.andrey@netmodule.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace bb.data.* with d.*</title>
<updated>2012-10-28T14:32:06+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2012-10-28T13:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3a30c562385cb3d9cd1b3043f6fe677a22024018'/>
<id>urn:sha1:3a30c562385cb3d9cd1b3043f6fe677a22024018</id>
<content type='text'>
Used sed expression given here:

http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html

Plus an additional expression for .expand. Full expression is:

sed \
-e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \
-e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \
-i `grep -ril bb.data *`

Some minor correction in systemd.bbclass was needed for some expressions
that didn't quite match the regex in the desired way; additionally a few
instances were manually changed.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>nano: add PACKAGECONFIG for 'tiny' build</title>
<updated>2012-07-25T07:18:12+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2012-07-24T17:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9afc488a1b97bfc5378f139ba04a7a5297b15fdb'/>
<id>urn:sha1:9afc488a1b97bfc5378f139ba04a7a5297b15fdb</id>
<content type='text'>
Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>recipes,classes: import a lot of recipes from meta-shr</title>
<updated>2011-04-10T12:43:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2011-04-10T11:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=89500c583e0f1dc1b4ffdf72914e08e505e427e0'/>
<id>urn:sha1:89500c583e0f1dc1b4ffdf72914e08e505e427e0</id>
<content type='text'>
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
</content>
</entry>
</feed>
