<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/gnulib, branch kraj/dunfell</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-12-19T06:15:53+00:00</updated>
<entry>
<title>gnulib: Upgrade to 2018-03-07.03</title>
<updated>2018-12-19T06:15:53+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-19T02:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=af94fa02ca443e2dc9338f5fd2c4d62ee99031b3'/>
<id>urn:sha1:af94fa02ca443e2dc9338f5fd2c4d62ee99031b3</id>
<content type='text'>
Call check_git_config to setup git to function correctly
on some builders git might not be setup for user and email
address

Fixes:

Your branch is behind 'origin/master' by 584 commits, and can be
fast-forwarded.
  (use "git pull" to update your local branch)
Cloning into
'TOPDIR/build/tmp/work/mips32r2-yoe-linux-musl/gnulib/2017-08-20.18-r0/image//usr/share/gnulib'...
done.

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: Security fix for CVE-2018-17942</title>
<updated>2018-10-17T04:23:47+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2018-10-17T03:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e499d11f4e4127d6d9db2cf341ae3fb03ea94660'/>
<id>urn:sha1:e499d11f4e4127d6d9db2cf341ae3fb03ea94660</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix bug when inherit archiver.</title>
<updated>2018-08-03T16:34:29+00:00</updated>
<author>
<name>leimaohui</name>
<email>leimaohui@cn.fujitsu.com</email>
</author>
<published>2018-08-03T08:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=32d29814278262005ef9bd691178c68b8cb1e000'/>
<id>urn:sha1:32d29814278262005ef9bd691178c68b8cb1e000</id>
<content type='text'>
Signed-off-by: Lei Maohui &lt;leimaohui@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: use deltask instead of noexec</title>
<updated>2018-03-12T17:01:16+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2018-03-07T16:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d93df171bec4b4d9bb4fdafb62f3ffd0d9d4b7f2'/>
<id>urn:sha1:d93df171bec4b4d9bb4fdafb62f3ffd0d9d4b7f2</id>
<content type='text'>
When building an image which included 'netcf' I saw the following
warning which is followed by a python backtrace:

  WARNING: cube-dom0-0.6-r0 do_rootfs: \
  Manifest .../manifest-x86_64_x86_64-nativesdk-gnulib.package_write_rpm \
  not found in genericx86_64 core2-64 x86_64 allarch x86_64_x86_64-nativesdk \
  (variant '')?

&gt;From this we find that the 'gnulib' package would fail the manifest
crosscheck for the 'package_write_rpm' task. By switching from
'noexec' to 'deltask' for this task (and its "siblings") we completely
remove the task and thus there is not crosscheck to fail.

NOTE that there is a pending merge which will change the backtrace for
a proper ERROR: [package_manager.py: Print offending package instead
of non-sense trace]

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: upgrade to 2017-08-20.18</title>
<updated>2017-08-28T09:06:04+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2017-08-23T03:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=00197a9bdb650097707ff98c99c7f16322db8fa8'/>
<id>urn:sha1:00197a9bdb650097707ff98c99c7f16322db8fa8</id>
<content type='text'>
Get version number by invoking:
...
$ ${S}/build-aux/git-version-gen --version
git-version-gen 2017-08-20.18
...

The gnulib 2017-08-20.18 fixed CVE-2017-7476.

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: derive PV from SRCPV</title>
<updated>2017-01-25T15:00:00+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2017-01-18T22:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4ab4ed1021c173d60a3e62588a49a252778f6886'/>
<id>urn:sha1:4ab4ed1021c173d60a3e62588a49a252778f6886</id>
<content type='text'>
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: bump git revision</title>
<updated>2016-05-19T10:02:38+00:00</updated>
<author>
<name>Ioan-Adrian Ratiu</name>
<email>adrian.ratiu@ni.com</email>
</author>
<published>2016-05-10T09:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bee16ff1fb65522dd10ea225591a78c877bc57a4'/>
<id>urn:sha1:bee16ff1fb65522dd10ea225591a78c877bc57a4</id>
<content type='text'>
The revision currently used is quite ancient (beginning of 2014) and we
need bugfixes commited since then. Rather than backport patches it's
cleaner to uprev.

Signed-off-by: Ioan-Adrian Ratiu &lt;adrian.ratiu@ni.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: add native extend</title>
<updated>2015-11-06T16:49:36+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2015-10-30T11:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=530bae1ff30d78044e65ae4da8f4b6f4bfd8d359'/>
<id>urn:sha1:530bae1ff30d78044e65ae4da8f4b6f4bfd8d359</id>
<content type='text'>
fontforge-native will require it

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
<entry>
<title>gnulib: move meta-networking -&gt; meta-oe</title>
<updated>2015-11-06T16:49:35+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2015-10-30T11:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2891b1654d81147344364093dc823d57a862ef80'/>
<id>urn:sha1:2891b1654d81147344364093dc823d57a862ef80</id>
<content type='text'>
A more common place is required for gnulib because of other recipes (e.g
fontforge) will depend on it

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
</feed>
