<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/flot, branch master</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-06-21T09:00:31Z</updated>
<entry>
<title>Add header to packages where missing</title>
<updated>2013-06-21T09:00:31Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2013-06-20T22:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=23ac7255c89a67d171a16f3ee1d4d160a43a305f'/>
<id>urn:sha1:23ac7255c89a67d171a16f3ee1d4d160a43a305f</id>
<content type='text'>
Reported-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>flot: bump to version 0.8.1</title>
<updated>2013-06-12T20:31:28Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-06-12T18:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=31655888bcdb240768dd79dee97ea00b777e5972'/>
<id>urn:sha1:31655888bcdb240768dd79dee97ea00b777e5972</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>flot: add plugins missed from 0.8.0 bump</title>
<updated>2013-05-17T09:35:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-05-17T09:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0156825d116283109a44315430557cd11f028cef'/>
<id>urn:sha1:0156825d116283109a44315430557cd11f028cef</id>
<content type='text'>
A number of plugins were not added when the flot version was bumped.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>flot: bump to version 0.8</title>
<updated>2013-04-12T12:37:04Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-04-12T02:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7a3c9cfdbae96fc6760ac6b57af005ba29ffd556'/>
<id>urn:sha1:7a3c9cfdbae96fc6760ac6b57af005ba29ffd556</id>
<content type='text'>
Also change upstream website and download URL and add new Canvas option.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>flot: add fillbetween plugin</title>
<updated>2013-03-10T22:13:35Z</updated>
<author>
<name>Arnaud Rébillout</name>
<email>rebillout@syscom.ch</email>
</author>
<published>2013-02-13T05:25:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bcbd68f7d194a6fb29560deafa61fc08ab34eea6'/>
<id>urn:sha1:bcbd68f7d194a6fb29560deafa61fc08ab34eea6</id>
<content type='text'>
Flot plugin for computing bottoms for filled line and bar charts.

[Peter: fixup help text]
Signed-off-by: Arnaud Rébillout &lt;rebillout@syscom.ch&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>all packages: rename XXXTARGETS to xxx-package</title>
<updated>2012-07-17T18:23:05Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-07-02T22:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e1502ebc0c92763896c53d405ee9c7c7a1a33e24'/>
<id>urn:sha1:e1502ebc0c92763896c53d405ee9c7c7a1a33e24</id>
<content type='text'>
Also remove the redundant $(call ...).

This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: don't install javascript files as executable</title>
<updated>2011-12-20T10:24:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-12-20T10:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=601bf47ef8a68f773393210b5a7c54f9020ec91a'/>
<id>urn:sha1:601bf47ef8a68f773393210b5a7c54f9020ec91a</id>
<content type='text'>
install defaults to mode 0755, not 0644, so explicitly pass mode to
ensure .js files aren't made executable.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: add flot jQuery plugin</title>
<updated>2011-12-18T23:01:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-12-18T23:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a8342a525bb2287846d1dcfd279e54b1bfc2d3db'/>
<id>urn:sha1:a8342a525bb2287846d1dcfd279e54b1bfc2d3db</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
