<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-core/util-linux, 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-05-03T14:00:28Z</updated>
<entry>
<title>util-linux: Update to 2.21.1</title>
<updated>2012-05-03T14:00:28Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-04-30T18:26:24Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=2114d734b9c4ace980ef9fa30dd5b5f76f49b934'/>
<id>urn:sha1:2114d734b9c4ace980ef9fa30dd5b5f76f49b934</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>util-linux: Example of pkg level INCOMPATIBLE_LICENSE</title>
<updated>2012-03-25T10:08:47Z</updated>
<author>
<name>Elizabeth Flanagan</name>
<email>elizabeth.flanagan@intel.com</email>
</author>
<published>2012-03-23T23:51:43Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ed84f2cee691b16671f93fb68a83ed1b0715c1be'/>
<id>urn:sha1:ed84f2cee691b16671f93fb68a83ed1b0715c1be</id>
<content type='text'>
util-linux-lscpu provides an example of pkg level incompatible
license. In this instance, we've set the license for this specific
package as GPLv3. The other packages inherit the recipe LICENSE.

What this allows is the package to not be included on install to
the image.

Signed-off-by: Elizabeth Flanagan &lt;elizabeth.flanagan@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>util-linux: restore zlib and ncurses dependencies for native</title>
<updated>2012-03-16T10:56:11Z</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2012-03-14T14:10:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=0038a030e605195284c98bc154f500a1343c252b'/>
<id>urn:sha1:0038a030e605195284c98bc154f500a1343c252b</id>
<content type='text'>
OE-Core commit 4a158b6ef125b555225472eefbe1ea226dc47c2c unintentionally
removed the dependencies for util-linux-native on zlib-native and
ncurses-native by getting append and virtclass-native overrides swapped
around; later this was tidied up to remove the append (which did not change
anything functionally). These libraries are required, so add them back in.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>PR bump for all recipes that DEPEND on ncurses</title>
<updated>2012-03-14T23:34:10Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2012-03-14T20:15:21Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=be92256917c157284ef8370bb93bbf443849b2e1'/>
<id>urn:sha1:be92256917c157284ef8370bb93bbf443849b2e1</id>
<content type='text'>
The packaging changes to ncurses could break package feeds,
so bump the PR on everythong that DEPENDS on ncurses.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>util-linux: explicitly disable udev</title>
<updated>2012-03-13T11:44:46Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2012-03-09T17:00:38Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=f831d4713a24dd56bf09276fb3b293d9c2b508cb'/>
<id>urn:sha1:f831d4713a24dd56bf09276fb3b293d9c2b508cb</id>
<content type='text'>
* util-linux auto-detects libudev for lsblk, so
  disable it, because it's not listed in DEPENDS.

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
</content>
</entry>
<entry>
<title>util-linux: Fix build when NLS is disabled</title>
<updated>2012-03-01T15:49:25Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-03-01T07:55:00Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=14b86a350d07b0da550a7a39886a660210918fbf'/>
<id>urn:sha1:14b86a350d07b0da550a7a39886a660210918fbf</id>
<content type='text'>
AC_CHECK_DECLS generated defines should be
checked with #if not #ifdef

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>util-linux: Fix removal of lscpu for non-GPLv3 Build</title>
<updated>2012-03-01T15:47:48Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-03-01T06:54:52Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=998abea2748c6c7e0873ffd382b2bb2fd233c3f1'/>
<id>urn:sha1:998abea2748c6c7e0873ffd382b2bb2fd233c3f1</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>util-linux: Update to 2.21</title>
<updated>2012-02-28T12:14:49Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-02-27T08:45:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=9cb35b41c803bd0d1904b2dc0e14624fa7ea6e95'/>
<id>urn:sha1:9cb35b41c803bd0d1904b2dc0e14624fa7ea6e95</id>
<content type='text'>
This updates various checksums for the COPYING files, which moved in the process
no changes to Licenses

Tweak the scanf_cv_alloc_modifier and rebase the patch

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>util-linux: Change SRC_URI to a fetchable location</title>
<updated>2012-01-25T14:33:03Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-01-24T17:43:01Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=140ca6f3e690f34940fd60809f2d03fabb27105d'/>
<id>urn:sha1:140ca6f3e690f34940fd60809f2d03fabb27105d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>util-linux: .pc files should go in the -dev packages for subpackages</title>
<updated>2012-01-10T17:28:28Z</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2012-01-09T21:22:39Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5791f8ff52289297d4517c15b76a24af2bdeea6c'/>
<id>urn:sha1:5791f8ff52289297d4517c15b76a24af2bdeea6c</id>
<content type='text'>
The .pc files were ending up in util-linux-dev, not the correct
subpackage like libuuid1-dev.
</content>
</entry>
</feed>
