<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/util-linux-ng, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>util-linux-ng: reset rdepends on ncurses-tools</title>
<updated>2010-09-26T07:50:30+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-13T10:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7850c3fb82d67eeb2534133f1a3526488e63c413'/>
<id>7850c3fb82d67eeb2534133f1a3526488e63c413</id>
<content type='text'>
* reset is a script which is using tput provided by ncurses-tools
  (which also provides reset) so util-linux-ng's reset command fails
  if ncurses-tools is not installed on the target
* this patch creates a utils-linux-ng-reset package with
  RDEPENDS="ncurses-tools"

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reset is a script which is using tput provided by ncurses-tools
  (which also provides reset) so util-linux-ng's reset command fails
  if ncurses-tools is not installed on the target
* this patch creates a utils-linux-ng-reset package with
  RDEPENDS="ncurses-tools"

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: increase PR</title>
<updated>2010-09-13T10:40:14+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-13T10:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1a2438b9c6773eefe6732a651a4d28d41133ee42'/>
<id>1a2438b9c6773eefe6732a651a4d28d41133ee42</id>
<content type='text'>
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: fix broken symlinks</title>
<updated>2010-09-13T10:40:14+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-13T10:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cf6bd7557d3633825191b8d1e2aa80d0fe0d2549'/>
<id>cf6bd7557d3633825191b8d1e2aa80d0fe0d2549</id>
<content type='text'>
* # opkg files util-linux-ng | grep 'halt\|boot' | xargs file
/usr/sbin/fastboot:             broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/halt:                 broken symbolic link to `shutdown'
/usr/sbin/halt.util-linux-ng:   broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/fasthalt:             broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/reboot:               broken symbolic link to `shutdown'
/usr/sbin/reboot.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'

* this patch close bug 5475
http://bugs.openembedded.org/show_bug.cgi?id=5475

From: Korey Lu &lt;koreylu@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* # opkg files util-linux-ng | grep 'halt\|boot' | xargs file
/usr/sbin/fastboot:             broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/halt:                 broken symbolic link to `shutdown'
/usr/sbin/halt.util-linux-ng:   broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/fasthalt:             broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/reboot:               broken symbolic link to `shutdown'
/usr/sbin/reboot.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'

* this patch close bug 5475
http://bugs.openembedded.org/show_bug.cgi?id=5475

From: Korey Lu &lt;koreylu@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: add missing `update-alternatives --remove' in pkg_prerm</title>
<updated>2010-09-13T10:40:14+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-13T10:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=79e96b708cb2356a5959bbee9f7cf8f56ca09b3a'/>
<id>79e96b708cb2356a5959bbee9f7cf8f56ca09b3a</id>
<content type='text'>
* util-linux-ng installs alternative of hexdump, setsid and chrt in postinst, but
doesn't remove them in prerm leading to broken simlinks

* this patch closes bug 5476
http://bugs.openembedded.org/show_bug.cgi?id=5476

From: Korey Lu &lt;koreylu@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* util-linux-ng installs alternative of hexdump, setsid and chrt in postinst, but
doesn't remove them in prerm leading to broken simlinks

* this patch closes bug 5476
http://bugs.openembedded.org/show_bug.cgi?id=5476

From: Korey Lu &lt;koreylu@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: fix reset update-alternative vs busybox</title>
<updated>2010-09-13T10:40:13+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-13T10:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=506634928d13725b28caf4500316dc5c3da08eda'/>
<id>506634928d13725b28caf4500316dc5c3da08eda</id>
<content type='text'>
* we actually get the following log :
	update-alternatives: Error: cannot register alternative reset
	to /bin/reset since it is already registered to /usr/bin/reset
* the fix is to have util-linux-ng install reset in /usr/bin

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* we actually get the following log :
	update-alternatives: Error: cannot register alternative reset
	to /bin/reset since it is already registered to /usr/bin/reset
* the fix is to have util-linux-ng install reset in /usr/bin

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: fix readprofile update-alternatives vs busybox</title>
<updated>2010-09-11T12:45:55+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2010-09-09T20:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=17c44a59d305b4eccbb2867cd01f499f9885da37'/>
<id>17c44a59d305b4eccbb2867cd01f499f9885da37</id>
<content type='text'>
* util-linux-ng installs readprofile in /sbin, busybox installs
it in /usr/sbin which tiggers the following log when configuring
the package :
Configuring util-linux-ng-readprofile.
update-alternatives: Error: cannot register alternative readprofile to
/sbin/readprofile since it is already registered to /usr/sbin/readprofile
Collected errors:
 * pkg_run_script: postinst script returned status 1.
 * opkg_configure: util-linux-ng-readprofile.postinst returned 1.

* the fix is to have util-linux-ng install readprofile in /usr/sbin

* this patch fix http://bugs.openembedded.org/show_bug.cgi?id=5474 as
suggested by Tom Rini

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Tested-by: Philip Balister &lt;philip@balister.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* util-linux-ng installs readprofile in /sbin, busybox installs
it in /usr/sbin which tiggers the following log when configuring
the package :
Configuring util-linux-ng-readprofile.
update-alternatives: Error: cannot register alternative readprofile to
/sbin/readprofile since it is already registered to /usr/sbin/readprofile
Collected errors:
 * pkg_run_script: postinst script returned status 1.
 * opkg_configure: util-linux-ng-readprofile.postinst returned 1.

* the fix is to have util-linux-ng install readprofile in /usr/sbin

* this patch fix http://bugs.openembedded.org/show_bug.cgi?id=5474 as
suggested by Tom Rini

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Tested-by: Philip Balister &lt;philip@balister.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCE</title>
<updated>2010-08-23T15:12:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-22T17:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=41569c5f4eb81baeb26f3a429602c8568d1c24fe'/>
<id>41569c5f4eb81baeb26f3a429602c8568d1c24fe</id>
<content type='text'>
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: Fix vipw/vigr/reset/readprofile U-A's.</title>
<updated>2010-08-20T21:44:56+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-08-20T21:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=dd9969cbacabd8dba6c8c197a67d8409fb78988e'/>
<id>dd9969cbacabd8dba6c8c197a67d8409fb78988e</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux-ng: added || defined(__nios2__)</title>
<updated>2010-07-07T18:43:22+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-07-07T18:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=49d09c8b3a483e37f3d7df934a7773fd9d21d409'/>
<id>49d09c8b3a483e37f3d7df934a7773fd9d21d409</id>
<content type='text'>
added a defined for nios2 so it now also compiles for nios2

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added a defined for nios2 so it now also compiles for nios2

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup</title>
<updated>2010-06-10T19:50:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-10T19:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=dce51c1b4ea37b62b953e1b719c8468e14d2f5ca'/>
<id>dce51c1b4ea37b62b953e1b719c8468e14d2f5ca</id>
<content type='text'>
* only 769 from 1102 recipes were covered by automatic PR bump, list
  of remaining 333 recipes not using PR/INC_PR is available for manual
  PR add or INC_PR conversion - volunteers?
  http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
  idea without manual check, because sometimes they rely on PR set in
  their .inc file and "r1" could make it go backwards

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* only 769 from 1102 recipes were covered by automatic PR bump, list
  of remaining 333 recipes not using PR/INC_PR is available for manual
  PR add or INC_PR conversion - volunteers?
  http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
  idea without manual check, because sometimes they rely on PR set in
  their .inc file and "r1" could make it go backwards

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
