<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-support/libusb/libusb1, branch hardknott</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-04-24T13:10:08+00:00</updated>
<entry>
<title>libusb1: upgrade 1.0.22 -&gt; 1.0.23</title>
<updated>2020-04-24T13:10:08+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@cn.fujitsu.com</email>
</author>
<published>2020-04-02T09:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=37605f613f7415d7b22beca554fcb6a9ea4a5ebc'/>
<id>urn:sha1:37605f613f7415d7b22beca554fcb6a9ea4a5ebc</id>
<content type='text'>
no-dll.patch
removed since it is no available for 1.0.23

(From OE-Core rev: 5d55b5e3c5b41929e348a2c9ab69ce0ba774f0cb)

Signed-off-by: Wang Mingyu &lt;wangmy@cn.fujitsu.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libusb: ptest: don't skip debug output and fix failures processing</title>
<updated>2018-10-08T13:13:54+00:00</updated>
<author>
<name>Maksym Kokhan via Openembedded-core</name>
<email>openembedded-core@lists.openembedded.org</email>
</author>
<published>2018-10-04T13:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=74d8acaa0f78fb472dbf7ea52b8d8c17173a20a9'/>
<id>urn:sha1:74d8acaa0f78fb472dbf7ea52b8d8c17173a20a9</id>
<content type='text'>
Current run-ptest script prints nothing, when stress tests fail.
Fix it in new implementation, discarding external dependency on sed.
Also leave in place all stress output, just add standard ptest result.

Fixes: 3f0106bf2e41 ("libusb: Add ptest")
(From OE-Core rev: cd05029c78dea48c20f9acb2c5fee56b19193f22)

Signed-off-by: Maksym Kokhan &lt;maksym.kokhan@globallogic.com&gt;
Reviewed-by: Andrii Bordunov &lt;andrii.bordunov@globallogic.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libusb: Add ptest</title>
<updated>2018-08-09T22:47:56+00:00</updated>
<author>
<name>Maksym Kokhan via Openembedded-core</name>
<email>openembedded-core@lists.openembedded.org</email>
</author>
<published>2018-08-06T14:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a15cad08de6bd4aa1e311aa1c7d6e2cfd1edaeaa'/>
<id>urn:sha1:a15cad08de6bd4aa1e311aa1c7d6e2cfd1edaeaa</id>
<content type='text'>
The run-ptest script was added to run existing libusb1 tests and libusb1
recipe was changed to add ptest support to that package.

(From OE-Core rev: 3f0106bf2e41197def3bf0a5b184b73a9802fb91)

Signed-off-by: Maksym Kokhan &lt;maksym.kokhan@globallogic.com&gt;
Reviewed-by: Andrii Bordunov &lt;andrii.bordunov@globallogic.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libusb1: fix make install race</title>
<updated>2015-11-25T07:50:31+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2015-11-13T14:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f9d51cd06c0f1b5049c41b9c457cdbca30ae7067'/>
<id>urn:sha1:f9d51cd06c0f1b5049c41b9c457cdbca30ae7067</id>
<content type='text'>
There's an install race in when building in parallel, remove a redundant rule to
stop it happening.

(From OE-Core rev: cbdd4099b06011f2b73743c715276c730b7bf576)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libusb1: disable floating dependency on udev</title>
<updated>2014-05-20T11:23:10+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2014-05-16T20:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b664c8618753c53f23683f7673793de20f0ee072'/>
<id>urn:sha1:b664c8618753c53f23683f7673793de20f0ee072</id>
<content type='text'>
libusb added support for udev, but this causes a circular dependecny between
udev and libusb, so hardcode the disable here.

Also remove the patch that is no longer used.

(From OE-Core rev: 5c0f8111f9ec5a2c3b2826946af5132aaa13a9b9)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>libusb1: Update to 1.0.18</title>
<updated>2014-05-15T22:24:44+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2014-05-15T13:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=67448158c7ef03119a5065bc62cf90e886f5c564'/>
<id>urn:sha1:67448158c7ef03119a5065bc62cf90e886f5c564</id>
<content type='text'>
(From OE-Core rev: 62bccaa7979213555fced945b1b09e92683d4213)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
