<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-extended/wget, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-04-16T11:44:36Z</updated>
<entry>
<title>wget: Fix re-execution issue</title>
<updated>2012-04-16T11:44:36Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-04-16T09:48:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b3df34ba57284fa2c85f34be86d5d8e357becf7c'/>
<id>urn:sha1:b3df34ba57284fa2c85f34be86d5d8e357becf7c</id>
<content type='text'>
The patch in this recipe patches both configure and configure.in which leads
to build failures once configure has executed and regenerated configure.

The fix to make patch re-executable is not to patch configure and
only patch configure.in.

[YOCTO #2194]

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wget: Fix bad RPATH QA warning</title>
<updated>2012-03-16T16:47:27Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-03-16T15:44:17Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ee9ee5be2ce21d63306de887e97037942f0dfdf0'/>
<id>urn:sha1:ee9ee5be2ce21d63306de887e97037942f0dfdf0</id>
<content type='text'>
WARNING: QA Issue: package wget contains bad RPATH /media/build1/poky/build/tmp/sysroots/qemux86/lib in file /media/build1/poky/build/tmp/work/i586-poky-linux/wget-1.13.4-r13.1/packages-split/wget/usr/bin/wget.wget

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wget: Fix License warning</title>
<updated>2012-03-15T18:43:31Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-03-15T00:41:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=d1b4410ff348e7f7b422e609b681a5c78e8f25a6'/>
<id>urn:sha1:d1b4410ff348e7f7b422e609b681a5c78e8f25a6</id>
<content type='text'>
WARNING: wget: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.</title>
<updated>2011-12-22T07:50:23Z</updated>
<author>
<name>Dexuan Cui</name>
<email>dexuan.cui@intel.com</email>
</author>
<published>2011-12-19T05:10:20Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5f9851f609f503aec098778ef59c27e5f5dd9579'/>
<id>urn:sha1:5f9851f609f503aec098778ef59c27e5f5dd9579</id>
<content type='text'>
On my x86-64 Ubuntu 11.04, with MACHINE=qemux86, "bitbake wget" fails. The
config.log shows:

configure:30072: i586-poky-linux-gcc  -m32   -march=i586
 --sysroot=/distro/dcui/1212/p1/build/tmp/sysroots/qemux86 -o conftest -O2
 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu
 -Wl,--as-needed conftest.c -ldl -lz  /usr/lib/libssl.so /usr/lib/libcrypto.so
 -lz &gt;&amp;5
/usr/lib/libssl.so: could not read symbols: File in wrong format

The patch fixes the issue by specifying libssl-prefix.

Signed-off-by: Dexuan Cui &lt;dexuan.cui@intel.com&gt;
</content>
</entry>
<entry>
<title>wget: enable https and openssl</title>
<updated>2011-12-08T15:14:05Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-12-07T02:10:10Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=852c4b8dcc99aa93e45680c0e42917d7dd202d55'/>
<id>urn:sha1:852c4b8dcc99aa93e45680c0e42917d7dd202d55</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>wget: Fix wget alternative path to be /usr/bin not /bin</title>
<updated>2011-12-06T16:34:32Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-12-06T01:49:11Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=4339459bd38c75250610c4cdb767504e808c5bf0'/>
<id>urn:sha1:4339459bd38c75250610c4cdb767504e808c5bf0</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>wget: Update to 1.13.4</title>
<updated>2011-11-29T22:48:33Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-11-29T19:02:41Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=32dc588820006a6c5f86c4b4da8dab09c8b49f73'/>
<id>urn:sha1:32dc588820006a6c5f86c4b4da8dab09c8b49f73</id>
<content type='text'>
* remove gnutls.bzr patch as it was in upstream

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>wget: Remove pointless code</title>
<updated>2011-10-31T22:34:20Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-10-31T22:34:20Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=20d870867e69300844dc6523db6cc344325b54ae'/>
<id>urn:sha1:20d870867e69300844dc6523db6cc344325b54ae</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wget: Add recipe from OE</title>
<updated>2011-10-31T22:02:39Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-10-20T02:53:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=017595a81acff23290894cf3e3e60f7fc88510f9'/>
<id>urn:sha1:017595a81acff23290894cf3e3e60f7fc88510f9</id>
<content type='text'>
Needed to support building oe-core with oe-core

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
</feed>
